summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-04-13io-uring: drop completion when removing fileHillf Danton
2020-04-01libfs: fix infoleak in simple_attr_read()Eric Biggers
2020-03-26afs: Fix unpinned address list during probingDavid Howells
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe
2020-03-19Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-14io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells
2020-03-13afs: Fix some tracing detailsDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-13Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-03-13Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-13Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-13btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-13Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn
2020-03-13ovl: fix lockdep warning for async writeMiklos Szeredi
2020-03-13ovl: fix some xino configurationsAmir Goldstein
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-03-11Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-03-08io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-07fscrypt: don't evict dirty inodes after removing keyEric Biggers
2020-03-07Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-07io_uring: fix lockup with timeoutsPavel Begunkov
2020-03-06Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06io_uring: free fixed_file_data after RCU grace periodJens Axboe
2020-03-06locks: fix a potential use-after-free problem when wakeup a waiteryangerkun