summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0267-280/+279
|\
| * fs/buffer: Fix the ll_rw_block() kernel-doc headerBart Van Assche2022-07-151-3/+2
| * fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche2022-07-141-1/+1
| * fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-5/+5
| * fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-6/+5
| * fs/ntfs3: Use enum req_op where appropriateBart Van Assche2022-07-142-2/+2
| * fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-145-21/+21
| * fs/nfs: Use enum req_op where appropriateBart Van Assche2022-07-141-7/+6
| * fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-141-7/+8
| * fs/iomap: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
| * fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-12/+11
| * fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-145-11/+10
| * fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-10/+11
| * fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-143-12/+12
| * fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-146-19/+19
| * fs/mpage: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
| * fs/direct-io: Reduce the size of struct dioBart Van Assche2022-07-141-17/+23
| * fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-1433-86/+84
| * fs/buffer: Use the new blk_opf_t typeBart Van Assche2022-07-141-10/+11
| * treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-142-4/+3
| * block: remove bdevnameChristoph Hellwig2022-07-142-3/+6
| * ext4: only initialize mmp_bdevname onceChristoph Hellwig2022-07-141-4/+4
| * ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig2022-07-141-34/+30
| * block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-9/+8
| * iomap: add support for dma aligned direct-ioKeith Busch2022-06-271-2/+2
* | Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds2022-08-025-70/+191
|\ \
| * | xfs: Add async buffered write supportStefan Roesch2022-07-252-7/+9
| * | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-07-251-3/+3
| * | fs: Add async write file modification handling.Stefan Roesch2022-07-251-3/+42
| * | fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch2022-07-251-26/+50
| * | fs: add __remove_file_privs() with flags parameterStefan Roesch2022-07-251-20/+37
| * | fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch2022-07-251-1/+3
| * | iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch2022-07-251-0/+4
| * | iomap: Add async buffered write supportStefan Roesch2022-07-251-5/+28
| * | iomap: Add flags parameter to iomap_page_create()Stefan Roesch2022-07-251-10/+20
* | | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-024-14927/+0
|\| |
| * | io_uring: move to separate directoryJens Axboe2022-07-254-14819/+0
| * | io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe2022-07-251-458/+350
* | | Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-017-93/+219
|\ \ \
| * | | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
| * | | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
| * | | acl: make posix_acl_clone() available to overlayfsChristian Brauner2022-07-151-1/+2
| * | | acl: port to vfs{g,u}id_tChristian Brauner2022-07-151-11/+11
| * | | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-155-51/+128
| * | | Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2022-07-1557-467/+991
| |\ \ \
* | | | | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0115-119/+137
|\| | | |
| * | | | attr: fix kernel docChristian Brauner2022-06-271-2/+2
| * | | | attr: port attribute changes to new typesChristian Brauner2022-06-2615-103/+129
| * | | | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-262-2/+3
| * | | | quota: port quota helpers mount idsChristian Brauner2022-06-269-14/+15