Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2928db1ffeacc9717c2d5c230d450bcc377b3ae9
/
fs
2928db1
NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
by Trond Myklebust
· 15 years ago
5bad5ab
NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
by Trond Myklebust
· 15 years ago
420e364
NFS: Reduce the number of unnecessary COMMIT calls
by Trond Myklebust
· 15 years ago
ff778d0
NFS: Add a count of the number of unstable writes carried by an inode
by Trond Myklebust
· 15 years ago
8fc795f
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
by Trond Myklebust
· 15 years ago
9467c4f
Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
35c2e96
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
1f63b9c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
b24bc1e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
26821ed
make sure data is on disk before calling ->write_inode
by Christoph Hellwig
· 15 years ago
06862f8
Squashfs: get rid of obsolete definition in header file
by Phillip Lougher
· 15 years ago
ae4a317
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
by Phillip Lougher
· 15 years ago
1f36f77
Switch !O_CREAT case to use of do_last()
by Al Viro
· 15 years ago
def4af3
Get rid of symlink body copying
by Al Viro
· 15 years ago
3866248
Finish pulling of -ESTALE handling to upper level in do_filp_open()
by Al Viro
· 15 years ago
806b681
Turn do_link spaghetty into a normal loop
by Al Viro
· 15 years ago
10fa8e6
Unify exits in O_CREAT handling
by Al Viro
· 15 years ago
9e67f36
Kill is_link argument of do_last()
by Al Viro
· 15 years ago
67ee3ad
Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()
by Al Viro
· 15 years ago
4296e2c
Leave mangled flag only for setting nd.intent.open.flag
by Al Viro
· 15 years ago
5b369df
Get rid of passing mangled flag to do_last()
by Al Viro
· 15 years ago
9a66179
Don't pass mangled open_flag to finish_open()
by Al Viro
· 15 years ago
a2c36b4
pull more into do_last()
by Al Viro
· 15 years ago
c99658f
bail out with ELOOP earlier in do_link loop
by Al Viro
· 15 years ago
a1e2803
pull the common predecessors into do_last()
by Al Viro
· 15 years ago
c41c140
postpone __putname() until after do_last()
by Al Viro
· 15 years ago
27bff34
unroll do_last: loop in do_filp_open()
by Al Viro
· 15 years ago
3343eb8
Shift releasing nd->root from do_last() to its caller
by Al Viro
· 15 years ago
fb1cc55
gut do_filp_open() a bit more (do_last separation)
by Al Viro
· 15 years ago
648fa86
beginning to untangle do_filp_open()
by Al Viro
· 15 years ago
64e290e
ext4: fix up rb_root initializations to use RB_ROOT
by Venkatesh Pallipadi
· 15 years ago
64ba992
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
c437b27
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
7247c0c
ext4: Fix the NULL reference in double_down_write_data_sem()
by Akira Fujita
· 15 years ago
5fd5249
ext4: Fix insertion point of extent in mext_insert_across_blocks()
by Akira Fujita
· 15 years ago
731eb1a
ext4: consolidate in_range() definitions
by Akinobu Mita
· 15 years ago
bda00de
ext4: cleanup to use ext4_grp_offs_to_block()
by Akinobu Mita
· 15 years ago
5661bd6
ext4: cleanup to use ext4_group_first_block_no()
by Akinobu Mita
· 15 years ago
9643f5d
Merge branch 'for-fsnotify' into for-linus
by Al Viro
· 15 years ago
9b1d0998
ext4: Release page references acquired in ext4_da_block_invalidatepages
by Jan Kara
· 15 years ago
4919c5e
fix race in d_splice_alias()
by Al Viro
· 15 years ago
bec1052
set S_DEAD on unlink() and non-directory rename() victims
by Al Viro
· 15 years ago
db1f05b
vfs: add NOFOLLOW flag to umount(2)
by Miklos Szeredi
· 15 years ago
0ceeca5
hppfs can use existing proc_mnt, no need for do_kern_mount() in there
by Al Viro
· 15 years ago
8089352
Mirror MS_KERNMOUNT in ->mnt_flags
by Al Viro
· 15 years ago
d498b25
get rid of useless vfsmount_lock use in put_mnt_ns()
by Al Viro
· 15 years ago
47cd813
Take vfsmount_lock to fs/internal.h
by Al Viro
· 15 years ago
9f5596a
take check for new events in namespace (guts of mounts_poll()) to namespace.c
by Al Viro
· 15 years ago
e21e709
Don't mess with generic_permission() under ->d_lock in hpfs
by Al Viro
· 15 years ago
391e8bb
sanitize const/signedness for udf
by Al Viro
· 15 years ago
072f98b
nilfs: sanitize const/signedness in dealing with ->d_name.name
by Al Viro
· 15 years ago
0319003
nilfs really shouldn't slap struct dentry on stack...
by Al Viro
· 15 years ago
89031bc
sanitize const/signedness of ufs a bit
by Al Viro
· 15 years ago
7e7742e
sanitize signedness/const for pointers to char in hpfs a bit
by Al Viro
· 15 years ago
1f70713
new helper: iterate_mounts()
by Al Viro
· 15 years ago
462d605
fix NFS4 handling of mountpoint stat
by Al Viro
· 15 years ago
3088dd7
Clean follow_dotdot() up a bit
by Al Viro
· 15 years ago
f694869
a couple of mntget+dget -> path_get in nfs4proc
by Al Viro
· 15 years ago
6eae797
Switch alloc_nfs_open_context() to struct path
by Al Viro
· 15 years ago
2096f75
New helper: path_is_under(path1, path2)
by Al Viro
· 15 years ago
495d6c9
VFS: Clean up shared mount flag propagation
by Valerie Aurora
· 15 years ago
5b7e934
Use kill_litter_super() in autofs4 ->kill_sb()
by Al Viro
· 15 years ago
3899167
Get rid of mnt_mountpoint abuses in ext4
by Al Viro
· 15 years ago
f598f9f
Sanitize autofs_dev_ioctl_ismountpoint()
by Al Viro
· 15 years ago
796a6b5
Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()
by Al Viro
· 15 years ago
c177c2a
Switch gfs2 to nd_set_link()
by Al Viro
· 15 years ago
8737c93
Switch may_open() and break_lease() to passing O_...
by Al Viro
· 15 years ago
d208bbd
fs: improve remount,ro vs buffercache coherency
by Nick Piggin
· 15 years ago
ec4f860
fs/dcache.c: CodingStyle cleanup
by H Hartley Sweeten
· 15 years ago
587d4a1
some clean up in fs/proc
by Helight.Xu
· 15 years ago
193cf4b
libfs: Unexport and kill simple_prepare_write
by Boaz Harrosh
· 15 years ago
ad2a722f
libfs: Open code simple_commit_write into only user
by Boaz Harrosh
· 15 years ago
4b1ae27
Revert "autofs4: always use lookup for lookup"
by Al Viro
· 15 years ago
feaf77d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
eca281a
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
60f8a8d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
4850f52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 15 years ago
4846546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
832d30c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
9df5778
Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h
by Tristan Ye
· 15 years ago
6c0ad5d
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
9599945
Revert "blkdev: fix merge_bvec_fn return value checks"
by Jens Axboe
· 15 years ago
6d6b89b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
67eeb56
ext4: Fix ext4_quota_write cross block boundary behaviour
by Dmitry Monakhov
· 15 years ago
273df55
ext4: Convert BUG_ON checks to use ext4_error() instead
by Frank Mayhar
· 15 years ago
b7adc1f
ext4: Use direct_IO_no_locking in ext4 dio read
by Jiaying Zhang
· 15 years ago
744692d
ext4: use ext4_get_block_write in buffer write
by Jiaying Zhang
· 15 years ago
c7064ef
ext4: mechanical rename some of the direct I/O get_block's identifiers
by Jiaying Zhang
· 15 years ago
b8b8afe
ext4: make "offset" consistent in ext4_check_dir_entry()
by Toshiyuki Okajima
· 15 years ago
6e3617e
ext4: Handle non empty on-disk orphan link
by Dmitry Monakhov
· 15 years ago
da1dafc
ext4: explicitly remove inode from orphan list after failed direct io
by Dmitry Monakhov
· 15 years ago
f39490b
ext4: fix error handling in migrate
by Dmitry Monakhov
· 15 years ago
437ca0f
ext4: deprecate obsoleted mount options
by Dmitry Monakhov
· 15 years ago
cc483f1
ext4: Fix fencepost error in chosing choosing group vs file preallocation.
by Tao Ma
· 15 years ago
b1bf936
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
4818972
GFS2: print glock numbers in hex
by Bob Peterson
· 15 years ago
e588463
GFS2: ordered writes are backwards
by Dave Chinner
· 15 years ago
Next »