summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi3-2/+248
2012-07-14vfs: lookup_open(): expand lookup_hash()Miklos Szeredi1-1/+11
2012-07-14vfs: add lookup_open()Miklos Szeredi1-38/+61
2012-07-14vfs: do_last(): common slow lookupMiklos Szeredi1-22/+5
2012-07-14vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi1-16/+17
2012-07-14vfs: do_last(): inline lookup_slow()Miklos Szeredi1-2/+15
2012-07-14namei.c: let follow_link() do put_link() on failureAl Viro1-33/+41
2012-07-14coda: use list_for_each_entryAl Viro1-7/+3
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro11-26/+34
2012-07-14ext4: get rid of open-coded d_find_any_alias()Al Viro1-8/+1
2012-07-14ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro1-11/+5
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-07-14adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-07-14cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-07-14qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro1-1/+0
2012-07-14get rid of magic in proc_namespace.cAl Viro3-8/+9
2012-07-14get rid of ->mnt_longtermAl Viro5-72/+26
2012-07-14fs/direct-io.c: adjust suspicious bit operationJulia Lawall1-1/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy3-13/+45
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy2-0/+2
2012-07-14affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-07-13Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+7
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-07-13block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-07-11fat: fix non-atomic NFS i_pos readSteven J. Magnani1-7/+6
2012-07-11fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-11ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust1-0/+2
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust1-1/+5
2012-07-07vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-07-06Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-20/+30
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds4-18/+23
2012-07-06Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-21/+20
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-201/+258
2012-07-03ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara1-2/+0
2012-07-03ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu1-2/+0
2012-07-03ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda1-12/+19
2012-07-03ocfs2: Misplaced parens in unlikleyroel1-1/+1
2012-07-03ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+20
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason1-0/+6