aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu
2020-10-18ext4: add trace exit in exception path.Zhang Qilong
2020-10-18ext4: optimize file overwritesRitesh Harjani
2020-10-18ext4: remove unused including <linux/version.h>Tian Tao
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-10-18ext4: flag as supporting buffered async readsJens Axboe
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers
2020-10-18ext4: discard preallocations before releasing group lockJan Kara
2020-10-18ext4: fix dead loop in ext4_mb_new_blocksYe Bin
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25io_uring: ensure async buffered read-retry is setup properlyJens Axboe
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe
2020-09-23Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain
2020-09-21io_uring: fix openat/openat2 unified prep handlingJens Axboe
2020-09-21io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe
2020-09-21io_uring: don't use retry based buffered reads for non-async bdevJens Axboe
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-09-19fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot...Tobias Klauser
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-09-14Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-14io_uring: don't run task work on an exiting taskJens Axboe
2020-09-14io_uring: drop 'ctx' ref on task work cancelationJens Axboe
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-13io_uring: grab any needed state during defer prepJens Axboe
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds