summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: fix RCU case handling in ceph_d_revalidate()Al Viro2019-11-121-7/+8
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-11-121-5/+5
* btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik2019-11-121-1/+14
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2019-11-121-8/+0
* btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo2019-11-121-0/+1
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-11-102-20/+32
* cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-11-104-9/+22
* io_uring: ensure we clear io_kiocb->result before each issueJens Axboe2019-11-061-0/+1
* NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-061-1/+1
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-11-061-0/+1
* btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim2019-11-061-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-11-061-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-11-061-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-11-061-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-11-061-1/+21
* fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-11-061-4/+0
* nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-11-061-2/+3
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-11-067-27/+20
* Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana2019-11-061-0/+1
* io_uring: fix up O_NONBLOCK handling for socketsJens Axboe2019-11-061-18/+39
* ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton2019-10-291-10/+11
* btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-10-291-2/+2
* Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-291-19/+17
* Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana2019-10-291-1/+0
* btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2019-10-292-8/+0
* Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-291-0/+2
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* fs/dax: Fix pmd vs pte conflict detectionDan Williams2019-10-291-2/+3
* CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-291-3/+3
* cifs: Fix missed free operationsChuhong Yuan2019-10-291-2/+2
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe2019-10-291-5/+8
* io_uring: Fix race for sqes with userspacePavel Begunkov2019-10-291-1/+2
* io_uring: Fix broken links with offloadingPavel Begunkov2019-10-291-27/+31
* fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-291-12/+16
* io_uring: Fix corrupted user_dataPavel Begunkov2019-10-291-0/+2
* io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe2019-10-291-12/+32
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-292-2/+4
* filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds2019-10-291-2/+2
* uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-291-42/+2
* Make filldir[64]() verify the directory entry filename is validLinus Torvalds2019-10-291-0/+40
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-291-10/+3
* Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds2019-10-291-35/+93
* io_uring: only flush workqueues on fileset removalJens Axboe2019-10-171-1/+2
* Fix the locking in dcache_readdir() and friendsAl Viro2019-10-171-65/+69
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-171-35/+43
* btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-171-1/+1
* btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-171-9/+27