aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe3-4/+23
2020-04-03io_uring: grab task reference for poll requestsJens Axboe1-12/+7
2020-04-03io_uring: retry poll if we got woken with non-matching maskJens Axboe1-0/+12
2020-04-01io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton1-0/+1
2020-03-31io_uring: refactor file register/unregister/update handlingXiaoguang Wang1-80/+124
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-23/+13
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-21/+49
2020-03-30Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-5/+7
2020-03-30Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds5-105/+93
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-837/+1617
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-55/+25
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner3-23/+13
2020-03-27io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang1-3/+9
2020-03-26afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+12
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-7/+21
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig4-1/+4
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig2-44/+0
2020-03-24io_uring: fix missing 'return' in commentChucheng Luo1-1/+1
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal1-7/+21
2020-03-24block: remove __bdevnameChristoph Hellwig2-6/+5
2020-03-24libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov2-28/+85
2020-03-23io-uring: drop 'free_pfile' in struct io_file_putHillf Danton1-24/+10
2020-03-23io-uring: drop completion when removing fileHillf Danton1-8/+5
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques1-0/+1
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-03-22io_uring: Fix ->data corruption on re-enqueuePavel Begunkov2-9/+5
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-2/+6
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-03-22io-wq: close cancel gap for hashed linked workPavel Begunkov1-3/+7
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+22
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana1-2/+2
2020-03-20io_uring: honor original task RLIMIT_FSIZEJens Axboe1-1/+16
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe1-1/+4
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe2-2/+10
2020-03-19Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller3-68/+32
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+4
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds2-7/+50
2020-03-18block: fix a device invalidation regressionChristoph Hellwig1-4/+16
2020-03-18debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman1-14/+4
2020-03-18debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo1-4/+14
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir_firstShyam Prasad N1-0/+2