summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon2020-06-171-1/+3
* smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French2020-06-171-1/+1
* io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov2020-06-171-2/+2
* aio: fix async fsync credsMiklos Szeredi2020-06-171-0/+8
* fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein2020-06-171-1/+4
* gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher2020-06-171-10/+5
* io_uring: initialize ctx->sqo_wait earlierJens Axboe2020-06-071-1/+1
* fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-06-031-1/+1
* ceph: flush release queue when handling caps for unknown inodeJeff Layton2020-06-031-1/+1
* cifs: Fix null pointer check in cifs_readSteve French2020-06-031-1/+1
* cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-06-031-1/+1
* gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher2020-06-031-3/+3
* gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-06-032-3/+3
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-272-26/+10
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-271-3/+0
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-05-271-0/+1
* afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2020-05-272-8/+8
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* fix multiplication overflow in copy_fdtable()Al Viro2020-05-271-1/+1
* ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-272-24/+6
* fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein2020-05-201-4/+7
* exec: Move would_dump into flush_old_execEric W. Biederman2020-05-201-2/+2
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-201-1/+1
* NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia2020-05-201-1/+2
* nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields2020-05-201-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher2020-05-201-7/+12
* gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-201-7/+9
* fanotify: merge duplicate events on parent and childAmir Goldstein2020-05-141-1/+6
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-05-143-5/+5
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+8
* ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-141-2/+2
* ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-141-5/+3
* eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov2020-05-141-9/+9
* epoll: atomically remove wait entry on wake upRoman Penyaev2020-05-141-19/+24
* cifs: do not share tcons with DFSPaulo Alcantara2020-05-101-0/+4
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-061-7/+15
* Fix use after free in get_tree_bdev()David Howells2020-05-061-1/+1
* dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-05-061-15/+12
* btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo2020-05-061-2/+11
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-05-061-3/+40
* btrfs: fix block group leak when removing failsXiyu Yang2020-05-061-6/+10
* btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang2020-05-061-0/+1
* NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-05-061-0/+8
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-05-021-2/+4