summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-023-4/+19
|\
| * fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry2022-06-103-4/+19
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2022-08-021-5/+5
|\ \
| * | fs-verity: mention btrfs supportEric Biggers2022-07-151-5/+5
* | | Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-021-6/+9
|\ \ \
| * | | exec: Call kmap_local_page() in copy_string_kernel()Fabio M. De Francesco2022-07-271-5/+1
| * | | exec: Fix a spelling mistakeZhang Jiaming2022-07-011-1/+1
| * | | fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin2022-06-151-0/+7
* | | | Merge tag 'pstore-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-022-18/+57
|\ \ \ \
| * | | | pstore/zone: cleanup "rcnt" typeDan Carpenter2022-06-231-6/+6
| * | | | pstore: migrate to crypto acomp interfaceArd Biesheuvel2022-05-121-12/+51
* | | | | 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-242-7/+9
| * | | | | | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-07-241-3/+3
| * | | | | | fs: Add async write file modification handling.Stefan Roesch2022-07-241-3/+42
| * | | | | | fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch2022-07-241-26/+50
| * | | | | | fs: add __remove_file_privs() with flags parameterStefan Roesch2022-07-241-20/+37
| * | | | | | fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch2022-07-241-1/+3
| * | | | | | iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch2022-07-241-0/+4
| * | | | | | iomap: Add async buffered write supportStefan Roesch2022-07-241-5/+28
| * | | | | | iomap: Add flags parameter to iomap_page_create()Stefan Roesch2022-07-241-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-244-14819/+0
| * | | | | | io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe2022-07-241-458/+350
* | | | | | | Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-017-93/+219
|\ \ \ \ \ \ \