summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2018-03-241-3/+3
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2018-03-241-3/+3
* pNFS: Fix a deadlock when coalescing writes and returning the layoutTrond Myklebust2018-03-241-2/+0
* jbd2: Fix lockdep splat with generic/270 testJan Kara2018-03-241-1/+14
* orangefs: do not wait for timeout if umountingMartin Brandenburg2018-03-241-1/+8
* Btrfs: fix extent map leak during fallocate error pathFilipe Manana2018-03-241-1/+3
* Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2018-03-241-2/+21
* Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2018-03-241-2/+4
* NFS: don't try to cross a mountpount when there isn't one there.NeilBrown2018-03-241-4/+20
* pNFS: Fix use after free issues in pnfs_do_read()Trond Myklebust2018-03-241-3/+13
* NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington2018-03-241-2/+4
* btrfs: fix a bogus warning when converting only data or metadataAdam Borowski2018-03-241-3/+9
* CIFS: Enable encryption during session setup phasePavel Shilovsky2018-03-242-22/+12
* SMB3: Validate negotiate request must always be signedSteve French2018-03-241-0/+3
* btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-03-221-0/+1
* btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-221-5/+6
* fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo2018-03-221-10/+11
* fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo2018-03-221-4/+19
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-03-221-3/+8
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-222-2/+5
* userns: Don't fail follow_automount based on s_user_nsEric W. Biederman2018-03-221-3/+0
* reiserfs: Make cancel_old_flush() reliableJan Kara2018-03-223-7/+17
* f2fs: relax node version check for victim data in gcJaegeuk Kim2018-03-221-2/+4
* NFS: Fix unstable write completionTrond Myklebust2018-03-181-40/+43
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-181-1/+1
* ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan2018-03-181-2/+1
* btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2018-03-111-1/+5
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* sget(): handle failures of register_shrinker()Al Viro2018-03-031-1/+5
* f2fs: fix a bug caused by NULL extent treeYunlei He2018-03-031-1/+11
* fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2018-02-281-0/+1
* binfmt_elf: compat: avoid unused function warningArnd Bergmann2018-02-251-0/+2
* reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2018-02-252-2/+1
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2018-02-221-0/+3
* ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-02-221-0/+9
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-221-1/+1
* Btrfs: fix extent state leak from tree logLiu Bo2018-02-221-2/+3
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-221-1/+4
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-02-221-4/+12
* jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-02-221-1/+4
* mbcache: initialize entry->e_referenced in mb_cache_entry_create()Alexander Potapenko2018-02-221-0/+1
* ovl: fix failure to fsync lower dirAmir Goldstein2018-02-171-1/+5
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-02-171-2/+9
* pipe: fix off-by-one error when checking buffer limitsEric Biggers2018-02-171-2/+2
* pipe: actually allow root to exceed the pipe buffer limitsEric Biggers2018-02-171-3/+8