summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+7
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-9/+9
2020-10-30Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds-70/+38
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-51/+225
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman-8/+7
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva-9/+9
2020-10-29Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-79/+184
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-133/+73
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells-12/+76
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells-18/+41
2020-10-29afs: Fix where page->private is set during writeDavid Howells-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells-26/+18
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o-0/+2
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg-93/+17
2020-10-28ext4: do not use extent after put_bhyangerkun-15/+15
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar-2/+4
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara-2/+3
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar-15/+15
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar-1/+11
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi-4/+6
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar-1/+0
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells-4/+7
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter-1/+1
2020-10-27afs: Fix tracing deref-before-checkDavid Howells-1/+2
2020-10-27afs: Fix copy_file_range()David Howells-0/+1
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso-7/+6
2020-10-27btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn-1/+2
2020-10-26cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)-1/+2
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik-41/+114
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik-0/+18
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana-0/+56
2020-10-26btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana-0/+2
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu-0/+18
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi-1/+1
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2020-10-25io_uring: use type appropriate io_kiocb handler for double pollJens Axboe-2/+4
2020-10-25Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-15/+213
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds-116/+189
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-106/+68
2020-10-23cifs: update internal module version numberSteve French-1/+1
2020-10-23Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-18/+54
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French-0/+28
2020-10-23smb3: remove two unused variablesSteve French-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French-14/+189
2020-10-23io_uring: simplify __io_queue_sqe()Pavel Begunkov-17/+11
2020-10-23io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov-7/+3