summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* eventfd: track eventfd_signal() recursion depthJens Axboe2020-02-111-0/+15
* gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-111-30/+21
* gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-111-11/+10
* gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das2020-02-111-1/+1
* btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-02-112-14/+27
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-02-111-1/+10
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-115-16/+8
* btrfs: drop log root for dropped rootsJosef Bacik2020-02-111-10/+12
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-111-0/+8
* Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana2020-02-111-0/+44
* Btrfs: make deduplication with range including the last block workFilipe Manana2020-02-111-1/+2
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-02-111-288/+100
* ext4: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers2020-02-111-3/+6
* ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers2020-02-111-5/+14
* jbd2_seq_info_next should increase position indexVasily Averin2020-02-111-0/+1
* nfsd: fix filecache lookupTrond Myklebust2020-02-111-0/+6
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-111-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-111-2/+15
* btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-02-111-3/+14
* btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik2020-02-111-2/+10
* f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers2020-02-111-3/+6
* f2fs: fix dcache lookup of !casefolded directoriesEric Biggers2020-02-111-1/+1
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-111-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-111-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-111-6/+14
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-111-1/+1
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-02-111-1/+7
* erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-02-111-12/+10
* fs: allow deduplication of eof block into the end of the destination fileFilipe Manana2020-02-111-6/+4
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: Fix wrong memory allocationSascha Hauer2020-02-111-1/+1
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* fscrypt: don't print name of busy file when removing keyEric Biggers2020-02-111-13/+2
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2020-02-116-56/+34
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-02-111-1/+1
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2
* gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher2020-02-051-24/+44
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-051-1/+1
* vfs: fix do_last() regressionAl Viro2020-02-051-2/+2
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-02-011-1/+1
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-02-011-2/+7
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-02-013-0/+6
* debugfs: Return -EPERM when locked downEric Snowberg2020-02-011-7/+10
* readdir: be more conservative with directory entry namesLinus Torvalds2020-01-291-1/+5
* do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-291-7/+10
* readdir: make user_access_begin() use the real access rangeLinus Torvalds2020-01-291-38/+35
* ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-291-2/+6
* afs: Fix characters allowed into cell namesDavid Howells2020-01-291-1/+10