summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-031-1/+1
* fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-07-031-16/+7
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-07-031-1/+1
* 9p: acl: fix uninitialized iattr accessDominique Martinet2019-07-031-1/+1
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* btrfs: start readahead also in seed devicesNaohiro Aota2019-06-251-0/+5
* Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-06-221-2/+7
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-191-0/+12
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-151-1/+4
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-06-151-5/+12
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-151-2/+1
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-151-0/+1
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-151-1/+9
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-06-151-3/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-1/+3
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-112-2/+21
* pstore/ram: Run without kernel crash dump regionKees Cook2019-06-112-14/+25
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-112-22/+23
* pstore: Remove needless lock during console writesKees Cook2019-06-111-23/+6
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-06-092-4/+4
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-091-1/+3
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-06-091-0/+6
* Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-06-091-12/+0
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-091-2/+6
* Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-06-091-2/+12
* NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-311-1/+1
* chardev: add additional check for minor range overlapChengguang Xu2019-05-311-0/+6
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-05-311-5/+8
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-05-311-11/+20
* Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-05-311-1/+2
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-313-3/+7
* NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-311-1/+6
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-311-9/+13
* Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba2019-05-311-19/+6
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-05-311-5/+12
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-311-6/+2
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-311-1/+6
* btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-311-2/+1
* Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-311-0/+12
* Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana2019-05-311-0/+1
* Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-311-3/+1
* gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-311-4/+5
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-315-11/+27
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-311-1/+1
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-05-251-6/+19
* ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-251-1/+1