summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-11-20Btrfs: don't ignore compressed bio write errorsFilipe Manana-6/+12
2014-11-20Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana-5/+2
2014-11-20Btrfs: process all async extents on compressed write failureFilipe Manana-5/+1
2014-11-20Btrfs: don't leak pages and memory on compressed write errorFilipe Manana-9/+19
2014-11-20Btrfs: fix hang on compressed write errorFilipe Manana-0/+14
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana-1/+8
2014-11-20ext4: kill ext4_kvfree()Al Viro-21/+11
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi-21/+14
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi-6/+1
2014-11-20ovl: allow filenames with commaMiklos Szeredi-3/+45
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi-9/+18
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi-12/+19
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi-7/+7
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida-1/+1
2014-11-20GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro-5/+2
2014-11-20GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...Al Viro-3/+4
2014-11-20GFS2: use kvfree() instead of open-coding itAl Viro-39/+10
2014-11-20GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Al Viro-14/+4
2014-11-20GFS2: bugger off early if O_CREAT open finds a directoryAl Viro-0/+5
2014-11-19f2fs: write SSA pages under memory pressureJaegeuk Kim-1/+4
2014-11-19f2fs: submit bio for node blocks in the reclaim pathJaegeuk Kim-0/+4
2014-11-19f2fs: introduce struct inode_management to wrap inner fieldsChao Yu-49/+66
2014-11-19f2fs: remove unneeded check code with option in f2fs_remountChao Yu-2/+2
2014-11-19f2fs: avoid unable to restart gc thread in remountChao Yu-3/+1
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring-2/+3
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring-4/+2
2014-11-19dlm: adopt orphan locksDavid Teigland-4/+88
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust-2/+6
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason-15/+25
2014-11-19isofs: avoid unused function warningArnd Bergmann-21/+21
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng-0/+1
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro-240/+191
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka-0/+2
2014-11-19new helper: audit_file()Al Viro-12/+8
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro-3/+1
2014-11-19ncpfs: use file_inode()Al Viro-15/+9
2014-11-19kill f_dentry usesAl Viro-10/+10
2014-11-19lockd: get rid of ->f_path.dentry->d_sbAl Viro-1/+1
2014-11-19procfs: get rid of ->f_dentryAl Viro-2/+2
2014-11-19nfsd: get rid of ->f_dentryAl Viro-1/+1
2014-11-19rpc_pipefs.c: get rid of f_dentryAl Viro-1/+1
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro-5/+4
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro-11/+16
2014-11-19btrfs: get rid of f_dentry useAl Viro-1/+1
2014-11-19nfsd/nfsctl.c: new helperAl Viro-21/+16
2014-11-19assorted conversions to %p[dD]Al Viro-229/+168
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro-10/+10
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro-108/+35
2014-11-19Merge branch 'for-gfs2' into for-nextAl Viro-17/+9