summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | io_uring: lazy get taskPavel Begunkov2020-06-151-8/+22
| * | | | io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov2020-06-151-0/+13
| * | | | io_uring: cancel all task's requests on exitPavel Begunkov2020-06-153-17/+12
| * | | | io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-153-28/+36
| * | | | io-wq: reorder cancellation pending -> runningPavel Begunkov2020-06-151-22/+32
| * | | | io_uring: fix lazy work initPavel Begunkov2020-06-151-0/+1
| |/ / /
* | | | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-8/+9
|\ \ \ \
| * | | | block: make function 'kill_bdev' staticZheng Bin2020-06-181-3/+2
| * | | | block: Fix use-after-free in blkdev_get()Jason Yan2020-06-161-5/+7
| |/ / /
* | | | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-181-1/+2
|\ \ \ \
| * | | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
| |/ / /
* | | | Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-1610-124/+225
|\ \ \ \
| * | | | afs: Fix silly renameDavid Howells2020-06-164-16/+80
| * | | | afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells2020-06-161-3/+1
| * | | | afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-167-18/+32
| * | | | afs: Remove afs_operation::abort_codeDavid Howells2020-06-162-2/+1
| * | | | afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells2020-06-161-25/+26
| * | | | afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells2020-06-162-43/+0
| * | | | afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells2020-06-151-0/+1
| * | | | afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-153-5/+35
| * | | | afs: Concoct ctimesDavid Howells2020-06-154-12/+38
| * | | | afs: Fix EOF corruptionDavid Howells2020-06-151-1/+11
| * | | | afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-151-2/+2
| * | | | afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-151-0/+1
| |/ / /
* | | | Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-06-164-12/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Squashfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-8/+8
| * | | jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-3/+3
| * | | aio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| |/ /
* | | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1514-69/+274
|\ \ \ | |/ / |/| |
| * | ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2020-06-122-16/+17
| * | ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen2020-06-124-1/+56
| * | ext4: mballoc: Use this_cpu_read instead of this_cpu_ptrRitesh Harjani2020-06-111-1/+1
| * | ext4: avoid utf8_strncasecmp() with unstable nameEric Biggers2020-06-111-0/+16
| * | ext4: stop overwrite the errcode in ext4_setup_superyangerkun2020-06-111-0/+1
| * | ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-111-1/+1
| * | ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o2020-06-111-18/+24
| * | Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-1111-47/+194
| |\ \
| | * | fs/ext4: Introduce DAX inode flagIra Weiny2020-05-285-7/+65
| | * | fs/ext4: Remove jflag variableIra Weiny2020-05-281-7/+4
| | * | fs/ext4: Make DAX mount option a tri-stateIra Weiny2020-05-283-10/+61
| | * | fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-286-9/+17
| | * | fs/ext4: Update ext4_should_use_dax()Ira Weiny2020-05-283-6/+15
| | * | fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny2020-05-283-9/+9
| | * | fs/ext4: Disallow verity if inode is DAXIra Weiny2020-05-281-0/+3
| | * | fs/ext4: Narrow scope of DAX check in setflagsIra Weiny2020-05-281-2/+2
* | | | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-146-234/+284
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba2020-06-144-166/+169
| * | | Revert "fs: remove dio_end_io()"David Sterba2020-06-091-0/+19
| * | | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-092-0/+21
| * | | Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba2020-06-093-83/+90