summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * nfs: don't use nd->intent.open.flagsMiklos Szeredi2012-07-141-5/+4
| * nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi2012-07-144-69/+14
| * nfs: implement i_op->atomic_open()Miklos Szeredi2012-07-141-86/+97
| * vfs: add i_op->atomic_open()Miklos Szeredi2012-07-143-2/+248
| * vfs: lookup_open(): expand lookup_hash()Miklos Szeredi2012-07-141-1/+11
| * vfs: add lookup_open()Miklos Szeredi2012-07-141-38/+61
| * vfs: do_last(): common slow lookupMiklos Szeredi2012-07-141-22/+5
| * vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi2012-07-141-16/+17
| * vfs: do_last(): inline lookup_slow()Miklos Szeredi2012-07-141-2/+15
| * namei.c: let follow_link() do put_link() on failureAl Viro2012-07-141-33/+41
| * coda: use list_for_each_entryAl Viro2012-07-141-7/+3
| * vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-1411-26/+34
| * ext4: get rid of open-coded d_find_any_alias()Al Viro2012-07-141-8/+1
| * ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro2012-07-141-11/+5
| * affs: unobfuscate affs_fix_dcache()Al Viro2012-07-141-6/+8
| * affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-141-6/+1
| * adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro2012-07-141-1/+0
| * cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro2012-07-141-1/+0
| * qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro2012-07-141-1/+0
| * get rid of magic in proc_namespace.cAl Viro2012-07-143-8/+9
| * get rid of ->mnt_longtermAl Viro2012-07-145-72/+26
| * fs/direct-io.c: adjust suspicious bit operationJulia Lawall2012-07-141-1/+1
| * affs: get rid of affs_sync_superArtem Bityutskiy2012-07-143-13/+45
| * affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-142-0/+2
| * affs: stop using lock_superArtem Bityutskiy2012-07-141-2/+3
| * affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-141-5/+2
| * affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-141-3/+2
| * affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-141-3/+0
| * affs: stop setting bm_flagsArtem Bityutskiy2012-07-141-5/+4
| * Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-132-1/+7
| |\
| | * NFSv4: Fix an NFSv4 mount regressionTrond Myklebust2012-07-101-0/+2
| | * NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust2012-07-081-1/+5
| * | Remove easily user-triggerable BUG from generic_setleaseDave Jones2012-07-131-1/+1
| * | block: fix infinite loop in __getblk_slowJeff Moyer2012-07-131-9/+13
| * | fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-111-7/+6
| * | fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-111-0/+1
| * | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-111-1/+1
| * | vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds2012-07-071-3/+3
| * | Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-062-20/+30
| |\ \
| | * | eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks2012-07-061-7/+16
| | * | eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks2012-07-031-12/+13
| | * | eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks2012-07-031-1/+1
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2012-07-064-18/+23
| |\ \ \
| | * | | ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara2012-07-031-2/+0
| | * | | ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu2012-07-031-2/+0
| | * | | ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda2012-07-031-12/+19
| | * | | ocfs2: Misplaced parens in unlikleyroel2012-07-031-1/+1
| | * | | ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-031-1/+3
| * | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-07-061-21/+20
| |\ \ \ \
| | * | | | cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton2012-07-031-6/+3