summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-025-10/+10
* f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-026-33/+106
* fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-0212-33/+3
* libfs: Add generic function for setting dentry_opsDaniel Rosenberg2020-12-021-0/+70
* f2fs: Remove the redundancy initializationZhang Qilong2020-12-022-2/+2
* f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song2020-12-021-1/+0
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-021-0/+1
* f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-021-33/+104
* f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-021-6/+0
* f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong2020-12-021-0/+54
* f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong2020-11-021-0/+30
* f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-022-79/+1
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-11-021-3/+8
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-11-021-1/+1
* Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-011-8/+7
|\
| * debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman2020-10-301-8/+7
* | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-315-9/+9
|\ \
| * | fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-295-9/+9
| |/
* | Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-301-70/+38
|\ \
| * | io_uring: use type appropriate io_kiocb handler for double pollJens Axboe2020-10-251-2/+4
| * | io_uring: simplify __io_queue_sqe()Pavel Begunkov2020-10-231-17/+11
| * | io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov2020-10-231-7/+3
| * | io_uring: don't miss setting IO_WQ_WORK_CONCURRENTPavel Begunkov2020-10-231-7/+3
| * | io_uring: don't defer put of cancelled ltimeoutPavel Begunkov2020-10-231-38/+20
| * | io_uring: always clear LINK_TIMEOUT after cancelPavel Begunkov2020-10-231-1/+1
| * | io_uring: don't adjust LINK_HEAD in cancel ltimeoutPavel Begunkov2020-10-231-1/+0
| * | io_uring: remove opcode check on ltimeout killPavel Begunkov2020-10-231-2/+1
* | | Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-3014-51/+225
|\ \ \
| * | | btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2020-10-272-7/+6
| * | | btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn2020-10-271-1/+2
| * | | btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik2020-10-263-41/+114
| * | | btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik2020-10-261-0/+18
| * | | btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-265-0/+56
| * | | btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-10-261-0/+2
| * | | btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu2020-10-261-0/+18
| * | | btrfs: tree-checker: fix incorrect printk formatPujin Shi2020-10-261-1/+1
| * | | btrfs: drop the path before adding block group sysfs filesJosef Bacik2020-10-261-0/+1
| * | | btrfs: fix relocation failure due to race with fallocateFilipe Manana2020-10-161-1/+7
* | | | Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-297-79/+184
|\ \ \ \
| * | | | afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2020-10-292-9/+20
| * | | | afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-10-293-12/+76
| * | | | afs: Alter dirty range encoding in page->privateDavid Howells2020-10-292-4/+4
| * | | | afs: Wrap page->private manipulations in inline functionsDavid Howells2020-10-292-18/+41
| * | | | afs: Fix where page->private is set during writeDavid Howells2020-10-291-15/+26
| * | | | afs: Fix page leak on afs_write_begin() failureDavid Howells2020-10-291-12/+11
| * | | | afs: Fix to take ref on page when PG_private is setDavid Howells2020-10-294-26/+18
| * | | | afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2020-10-272-4/+7
| * | | | afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter2020-10-271-1/+1
| * | | | afs: Fix tracing deref-before-checkDavid Howells2020-10-271-1/+2
| * | | | afs: Fix copy_file_range()David Howells2020-10-271-0/+1
| | |_|/ | |/| |