summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds
2019-09-14io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-12io_uring: make sqpoll wakeup possible with geteventsJens Axboe
2019-09-12io_uring: extend async work mergingJens Axboe
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-10io_uring: limit parallelism of buffered writesJens Axboe
2019-09-10io_uring: add io_queue_async_work() helperJens Axboe
2019-09-10io_uring: optimize submit_and_wait APIJens Axboe
2019-09-09io_uring: add support for link with drainJackie Liu
2019-09-09io_uring: fix wrong sequence setting logicJackie Liu
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-09-06io_uring: expose single mmap capabilityJens Axboe
2019-09-04configfs: provide exclusion between IO and removalsAl Viro
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo
2019-08-29Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-08-27cifs: update internal module numberSteve French
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-08-27io_uring: allocate the two rings togetherHristo Venev
2019-08-27fs/io_uring.c: convert put_page() to put_user_page*()John Hubbard
2019-08-27writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo
2019-08-27writeback: Generalize and expose wb_completionTejun Heo
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing
2019-08-27NFSv2: Fix write regressionTrond Myklebust
2019-08-27NFSv2: Fix eof handlingTrond Myklebust
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust
2019-08-26pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe