summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* acct_on(): don't mess with freeze protectionAl Viro2019-05-311-2/+0
* ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-312-2/+3
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-05-311-7/+12
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-05-312-4/+3
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-05-311-7/+1
* 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
* btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik2019-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-15/+32
* ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-311-12/+9
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-311-1/+1
* ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-251-1/+1
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-05-251-1/+3
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-251-0/+7
* ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-253-7/+6
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-251-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-251-6/+8
* dcache: sort the freeing-without-RCU-delay mess for good.Al Viro2019-05-252-13/+14
* proc: prevent changes to overridden credentialsPaul Moore2019-05-251-0/+5
* ext4: don't update s_rev_level if not requiredAndreas Dilger2019-05-223-3/+5
* ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-05-221-1/+1
* pstore: Refactor compression initializationKees Cook2019-05-221-15/+33
* pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2019-05-222-2/+10
* pstore: Centralize init/exit routinesKees Cook2019-05-223-11/+28
* jbd2: fix potential double freeChengguang Xu2019-05-223-33/+56
* ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-221-1/+1
* ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-221-1/+4
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-221-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-221-2/+15
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-221-3/+8