index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-06
ext4: issue fsdev cache flush before starting fast commit
Harshad Shirwadkar
2020-11-06
ext4: disable fast commit with data journalling
Harshad Shirwadkar
2020-11-06
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
2020-11-06
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
2020-11-06
ext4: mark buf dirty before submitting fast commit buffer
Harshad Shirwadkar
2020-11-06
ext4: fix code documentatioon
Harshad Shirwadkar
2020-11-06
ext4: dedpulicate the code to wait on inode that's being committed
Harshad Shirwadkar
2020-11-06
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
2020-11-06
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
2020-11-06
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
2020-11-06
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2020-11-06
jbd2: don't use state lock during commit path
Harshad Shirwadkar
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-06
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-11-06
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
2020-11-06
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2020-11-06
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
2020-11-06
ext4: describe fast_commit feature flags
Harshad Shirwadkar
2020-11-06
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
2020-11-06
ext4: silence an uninitialized variable warning
Dan Carpenter
2020-11-06
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
2020-10-30
Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
2020-10-29
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-29
Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-29
Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-10-29
afs: Fix dirty-region encoding on ppc32 with 64K pages
David Howells
2020-10-29
afs: Fix afs_invalidatepage to adjust the dirty region
David Howells
2020-10-29
afs: Alter dirty range encoding in page->private
David Howells
2020-10-29
afs: Wrap page->private manipulations in inline functions
David Howells
2020-10-29
afs: Fix where page->private is set during write
David Howells
2020-10-29
afs: Fix page leak on afs_write_begin() failure
David Howells
2020-10-29
afs: Fix to take ref on page when PG_private is set
David Howells
2020-10-28
ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...
Theodore Ts'o
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
2020-10-28
ext4: do not use extent after put_bh
yangerkun
2020-10-28
ext4: use IS_ERR() for error checking of path
Harshad Shirwadkar
2020-10-28
ext4: fix mmap write protection for data=journal mode
Jan Kara
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
2020-10-28
ext4: make num of fast commit blocks configurable
Harshad Shirwadkar
2020-10-28
ext4: properly check for dirty state in ext4_inode_datasync_dirty()
Andrea Righi
2020-10-28
ext4: fix double locking in ext4_fc_commit_dentry_updates()
Harshad Shirwadkar
2020-10-27
afs: Fix afs_launder_page to not clear PG_writeback
David Howells
2020-10-27
afs: Fix a use after free in afs_xattr_get_acl()
Dan Carpenter
2020-10-27
afs: Fix tracing deref-before-check
David Howells
2020-10-27
afs: Fix copy_file_range()
David Howells
[next]