summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | |_|/ / | |/| | |
* | | | | Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-299-133/+73
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o2020-10-281-0/+2
| * | | | ext4: use generic casefolding supportDaniel Rosenberg2020-10-285-93/+17
| * | | | ext4: do not use extent after put_bhyangerkun2020-10-281-15/+15
| * | | | ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar2020-10-281-2/+4
| * | | | ext4: fix mmap write protection for data=journal modeJan Kara2020-10-281-2/+3
| * | | | ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar2020-10-283-15/+15
| * | | | ext4: make num of fast commit blocks configurableHarshad Shirwadkar2020-10-281-1/+11
| * | | | ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi2020-10-281-4/+6
| * | | | ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar2020-10-281-1/+0
* | | | | cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-10-261-1/+2
| |/ / / |/| | |
* | | | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* | | | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\ \ \ \
| * | | | cifs: update internal module version numberSteve French2020-10-241-1/+1
| * | | | smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * | | | smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * | | | smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | | | | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-244-116/+189
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-221-13/+50
| * | | | io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe2020-10-221-14/+12
| * | | | io_uring: remove req cancel in ->flush()Pavel Begunkov2020-10-221-23/+5
| * | | | io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
| * | | | io_uring: don't reuse linked_timeoutPavel Begunkov2020-10-221-1/+3
| * | | | io_uring: unify fsize with def->work_flagsJens Axboe2020-10-213-14/+18
| * | | | io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov2020-10-191-4/+13
| * | | | io_uring: do poll's hash_node init in common codePavel Begunkov2020-10-191-2/+1