aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-14vfs: do_last(): common slow lookupMiklos Szeredi
2012-07-14vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi
2012-07-14vfs: do_last(): inline lookup_slow()Miklos Szeredi
2012-07-14namei.c: let follow_link() do put_link() on failureAl Viro
2012-07-14coda: use list_for_each_entryAl Viro
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-07-14ext4: get rid of open-coded d_find_any_alias()Al Viro
2012-07-14ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro
2012-07-14adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro
2012-07-14cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro
2012-07-14qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro
2012-07-14get rid of magic in proc_namespace.cAl Viro
2012-07-14get rid of ->mnt_longtermAl Viro
2012-07-14fs/direct-io.c: adjust suspicious bit operationJulia Lawall
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-14affs: stop using lock_superArtem Bityutskiy
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy
2012-07-13Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones
2012-07-13block: fix infinite loop in __getblk_slowJeff Moyer
2012-07-11fat: fix non-atomic NFS i_pos readSteven J. Magnani
2012-07-11fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu
2012-07-11ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust
2012-07-07vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds
2012-07-06Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks
2012-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds
2012-07-06Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-03ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara
2012-07-03ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu
2012-07-03ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda
2012-07-03ocfs2: Misplaced parens in unlikleyroel
2012-07-03ocfs2: clear unaligned io flag when dio failsJunxiao Bi
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason
2012-07-02Btrfs: hold a ref on the inode during writepagesJosef Bacik
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik
2012-07-02Btrfs: fix wrong check during log recoveryLiu Bo