summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-15fs/buffer: Fix the ll_rw_block() kernel-doc headerBart Van Assche
2022-07-14fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/nfs: Use enum req_op where appropriateBart Van Assche
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche
2022-07-14fs/iomap: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/direct-io: Reduce the size of struct dioBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-06-27iomap: add support for dma aligned direct-ioKeith Busch
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-06-23io_uring: use original request task for inflight trackingio_uring-5.19-2022-06-24Jens Axboe
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-22smb3: use netname when available on secondary channelsShyam Prasad N
2022-06-22Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2022-06-21io_uring: fix double poll leak on repollingPavel Begunkov
2022-06-21io_uring: fix wrong arm_poll error handlingPavel Begunkov
2022-06-21io_uring: fail links when poll failsPavel Begunkov
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21afs: Fix dynamic root getattrDavid Howells
2022-06-21f2fs: do not count ENOENT for error caseJaegeuk Kim
2022-06-21io_uring: fix req->apoll_eventsPavel Begunkov
2022-06-21io_uring: fix merge error in checking send/recv addr2 flagsJens Axboe
2022-06-21btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik
2022-06-21btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota