index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
Age
Commit message (
Expand
)
Author
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-04-29
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-19
fs: introduce a wrapper uuid_to_fsid()
Amir Goldstein
2021-04-09
ext4: fix trailing whitespace
Jack Qiu
2021-04-09
ext4: fix error code in ext4_commit_super
Fengnan Chang
2021-04-09
ext4: always panic when errors=panic is specified
Ye Bin
2021-04-09
ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
Zhang Yi
2021-04-09
ext4: make prefetch_block_bitmaps default
Harshad Shirwadkar
2021-04-09
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
2021-04-09
ext4: add ability to return parsed options from parse_options
Harshad Shirwadkar
2021-04-05
ext4: handle casefolding with encryption
Daniel Rosenberg
2021-03-21
ext4: fix timer use-after-free on failed mount
Jan Kara
2021-03-06
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
2021-02-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-02
ext4: don't try to processed freed blocks until mballoc is initialized
Theodore Ts'o
2021-02-02
ext4: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-24
ext4: support idmapped mounts
Christian Brauner
2021-01-15
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-12-22
ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()
Jan Kara
2020-12-22
ext4: save error info to sb through journal if available
Jan Kara
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
ext4: drop sync argument of ext4_commit_super()
Jan Kara
2020-12-22
ext4: combine ext4_handle_error() and save_error_info()
Jan Kara
2020-12-22
ext4: defer saving error info from atomic context
Jan Kara
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
ext4: simplify ext4 error translation
Jan Kara
2020-12-17
ext4: move functions in super.c
Jan Kara
2020-12-17
ext4: make ext4_abort() use __ext4_error()
Jan Kara
2020-12-17
ext4: remove redundant sb checksum recomputation
Jan Kara
2020-12-17
ext4: don't remount read-only with errors=continue on reboot
Jan Kara
2020-12-17
ext4: fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-17
ext4: check for invalid block size early when mounting a file system
Theodore Ts'o
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-03
ext4: use ASSERT() to replace J_ASSERT()
Chunguang Xu
2020-12-03
ext4: print quota journalling mode on (re-)mount
Roman Anufriev
2020-12-03
ext4: add helpers for checking whether quota can be enabled/is journalled
Roman Anufriev
2020-12-03
ext4: remove redundant operation that set bh to NULL
Kaixu Xia
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-11-19
ext4: drop fast_commit from /proc/mounts
Theodore Ts'o
2020-11-11
Revert "ext4: fix superblock checksum calculation race"
Theodore Ts'o
2020-11-06
ext4: cleanup fast commit mount options
Harshad Shirwadkar
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-06
ext4: disable fast commit with data journalling
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: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
[next]