summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* put_mnt_ns(): use drop_collected_mounts()Al Viro2013-10-251-5/+1Star
* ncpfs: switch to %p[dD]Al Viro2013-10-252-43/+24Star
* ubifs: switch to %pdAl Viro2013-10-253-34/+29Star
* nfsd: switch to %p[dD]Al Viro2013-10-255-37/+31Star
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-2511-186/+119Star
* befs: split symlink iops in two - for short and long symlinks resp.Al Viro2013-10-251-30/+31
* new helper: kfree_put_link()Al Viro2013-10-257-38/+14Star
* libfs: get exports to definitions of objects being exported...Al Viro2013-10-251-35/+34Star
* ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-251-2/+1Star
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-253-18/+3Star
* ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-252-15/+20
* ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-251-1/+1
* 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-254-12/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\
| * btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\
| | * Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | * Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | * Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | * Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2Star
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-10-0510-115/+74Star
|\ \ \
| * | | [CIFS] update cifs.ko versionSteve French2013-09-261-1/+1
| * | | [CIFS] Remove ext2 flags that have been moved to fs.hSteve French2013-09-261-20/+1Star
| * | | [CIFS] Provide sane values for nlinkJim McDonough2013-09-213-6/+43
| * | | cifs: stop trying to use virtual circuitsJeff Layton2013-09-183-88/+1Star
| * | | CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-183-0/+28
* | | | Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-10-046-42/+45
|\ \ \ \
| * | | | xfs: Use kmem_free() instead of free()Thierry Reding2013-10-041-1/+1
| * | | | xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-10-041-0/+1
| * | | | xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-10-044-39/+28Star
| * | | | xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner2013-10-041-3/+16
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-10-043-13/+32
|\ \ \ \ \
| * | | | | fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2Star
| * | | | | fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-012-3/+11
| * | | | | fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi2013-10-011-1/+2
| * | | | | fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-09-181-0/+7
| * | | | | fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-09-181-6/+10
| | |/ / / | |/| | |
* | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-10-021-15/+37
|\ \ \ \ \
| * | | | | aio: fix use-after-free in aio_migratepageBenjamin LaHaise2013-09-271-15/+37
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-10-011-2/+2
|\ \ \ \ \ \
| * | | | | | fs/super.c: fix lru_list leak for realAl Viro2013-10-011-2/+2
* | | | | | | Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-10-014-22/+61
|\ \ \ \ \ \ \
| * | | | | | | NFS: Give "flavor" an initial value to fix a compile warningAnna Schumaker2013-09-291-1/+1
| * | | | | | | NFSv4.1: try SECINFO_NO_NAME flavs until one worksWeston Andros Adamson2013-09-291-3/+27
| * | | | | | | NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_dsTrond Myklebust2013-09-291-0/+2
| * | | | | | | NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust2013-09-291-9/+9
| * | | | | | | NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust2013-09-263-9/+22
* | | | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2013-09-303-14/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2013-09-302-2/+11
| * | | | | | | fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni2013-09-301-12/+18
| | |_|_|_|/ / | |/| | | | |