summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2-4/+11
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2-13/+23
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds45-104/+120
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-259/+262
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds24-648/+1213
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds18-128/+335
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig42-69/+112
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig6-38/+11
2010-03-05Squashfs: get rid of obsolete definition in header filePhillip Lougher1-2/+0
2010-03-05Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher1-1/+0
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro1-61/+66
2010-03-05Get rid of symlink body copyingAl Viro1-31/+24
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro1-1/+3
2010-03-05Turn do_link spaghetty into a normal loopAl Viro1-45/+38
2010-03-05Unify exits in O_CREAT handlingAl Viro1-17/+13
2010-03-05Kill is_link argument of do_last()Al Viro1-14/+7
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro1-11/+6
2010-03-05Leave mangled flag only for setting nd.intent.open.flagAl Viro1-6/+6
2010-03-05Get rid of passing mangled flag to do_last()Al Viro1-5/+5
2010-03-05Don't pass mangled open_flag to finish_open()Al Viro1-4/+4
2010-03-05pull more into do_last()Al Viro1-14/+7
2010-03-05bail out with ELOOP earlier in do_link loopAl Viro1-6/+1
2010-03-05pull the common predecessors into do_last()Al Viro1-12/+9
2010-03-05postpone __putname() until after do_last()Al Viro1-1/+1
2010-03-05unroll do_last: loop in do_filp_open()Al Viro1-3/+7
2010-03-05Shift releasing nd->root from do_last() to its callerAl Viro1-6/+2
2010-03-05gut do_filp_open() a bit more (do_last separation)Al Viro1-68/+103
2010-03-05beginning to untangle do_filp_open()Al Viro1-50/+56
2010-03-04ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi3-4/+4
2010-03-04Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-203/+779
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds49-825/+564
2010-03-04ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2-4/+3
2010-03-04ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita1-8/+8
2010-03-04ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita1-0/+4
2010-03-03ext4: consolidate in_range() definitionsAkinobu Mita4-7/+4
2010-03-03ext4: cleanup to use ext4_grp_offs_to_block()Akinobu Mita1-6/+2
2010-03-03ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita4-28/+14
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro3-59/+10
2010-03-03ext4: Release page references acquired in ext4_da_block_invalidatepagesJan Kara1-4/+3
2010-03-03fix race in d_splice_alias()Al Viro1-1/+0
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro1-1/+6
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-1/+8
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro1-1/+1
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro2-1/+4
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro1-6/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro1-0/+2
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2-8/+17