| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-26 | ext4: implemet new ioctls to set and get superblock parameters | Theodore Ts'o | 1 | -7/+305 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-05-20 | ext4: remove sb argument from ext4_superblock_csum() | Eric Biggers | 1 | -2/+2 |
| 2025-05-20 | ext4: remove sbi argument from ext4_chksum() | Eric Biggers | 1 | -2/+2 |
| 2025-05-14 | ext4: prevent stale extent cache entries caused by concurrent get es_cache | Zhang Yi | 1 | -1/+7 |
| 2025-03-17 | ext4: remove redundant function ext4_has_metadata_csum | Eric Biggers | 1 | -5/+6 |
| 2025-03-13 | ext4: add more ext4_emergency_state() checks around sb_rdonly() | Baokun Li | 1 | -1/+1 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -14/+7 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -3/+3 |
| 2024-07-05 | ext4: use memtostr_pad() for s_volume_name | Kees Cook | 1 | -1/+1 |
| 2024-05-02 | ext4: replace deprecated strncpy with alternatives | Justin Stitt | 1 | -2/+1 |
| 2024-01-18 | ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations | Kemeng Shi | 1 | -1/+1 |
| 2023-11-18 | bdev: rename freeze and thaw helpers | Christian Brauner | 1 | -2/+2 |
| 2023-10-18 | ext4: convert to new timestamp accessors | Jeff Layton | 1 | -2/+11 |
| 2023-08-31 | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2023-07-29 | ext4: make ext4_forced_shutdown() take struct super_block | Jan Kara | 1 | -1/+1 |
| 2023-07-24 | ext4: convert to ctime accessor functions | Jeff Layton | 1 | -4/+5 |
| 2023-06-29 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+4 |
| 2023-06-26 | ext4: fix to check return value of freeze_bdev() in ext4_shutdown() | Chao Yu | 1 | -1/+4 |
| 2023-06-05 | ext4: split ext4_shutdown | Christoph Hellwig | 1 | -9/+15 |
| 2023-03-12 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2023-03-11 | ext4: zero i_disksize when initializing the bootloader inode | Zhihao Cheng | 1 | -0/+1 |
| 2023-02-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+0 |
| 2023-02-18 | ext4: remove dead code in updating backup sb | Tanmay Bhushan | 1 | -3/+0 |
| 2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -9/+9 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-08 | ext4: initialize quota before expanding inode in setproject ioctl | Jan Kara | 1 | -4/+4 |
| 2022-12-08 | ext4: don't fail GETFSUUID when the caller provides a long buffer | Darrick J. Wong | 1 | -2/+4 |
| 2022-12-08 | ext4: dont return EINVAL from GETFSUUID when reporting UUID length | Darrick J. Wong | 1 | -2/+3 |
| 2022-12-08 | ext4: fix bug_on in __es_tree_search caused by bad boot loader inode | Baokun Li | 1 | -1/+1 |
| 2022-12-08 | ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode | Baokun Li | 1 | -1/+2 |
| 2022-11-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
| 2022-10-27 | ext4: update the backup superblock's at the end of the online resize | Theodore Ts'o | 1 | -2/+1 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-09-30 | ext4: remove redundant checking in ext4_ioctl_checkpoint | Guoqing Jiang | 1 | -3/+0 |
| 2022-09-30 | ext4: fix i_version handling in ext4 | Jeff Layton | 1 | -0/+4 |
| 2022-08-02 | ext4: add ioctls to get/set the ext4 superblock uuid | Jeremy Bongio | 1 | -0/+83 |
| 2022-08-02 | ext4: update the s_overhead_clusters in the backup sb's when resizing | Theodore Ts'o | 1 | -7/+15 |
| 2022-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -57/+2 |
| 2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+3 |
| 2022-05-21 | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() | Ritesh Harjani | 1 | -57/+2 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -7/+3 |
| 2022-04-14 | ext4: update the cached overhead value in the superblock | Theodore Ts'o | 1 | -0/+16 |
| 2022-03-15 | ext4: fix kernel doc warnings | Theodore Ts'o | 1 | -3/+3 |
| 2022-02-03 | ext4: fast commit may not fallback for ineligible commit | Xin Yin | 1 | -2/+2 |
| 2022-01-10 | ext4: implement support for get/set fs label | Lukas Czerner | 1 | -0/+309 |
| 2022-01-10 | ext4: avoid trim error on fs with small groups | Jan Kara | 1 | -2/+0 |
| 2021-12-23 | ext4: drop ineligible txn start stop APIs | Harshad Shirwadkar | 1 | -2/+1 |
| 2021-12-23 | ext4: use ext4_journal_start/stop for fast commit transactions | Harshad Shirwadkar | 1 | -9/+1 |
| 2021-09-02 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+3 |
| 2021-08-30 | ext4: Support for checksumming from journal triggers | Jan Kara | 1 | -1/+3 |
| 2021-07-13 | ext4: Convert to use mapping->invalidate_lock | Jan Kara | 1 | -2/+2 |
| 2021-07-08 | ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT | Theodore Ts'o | 1 | -1/+1 |
| 2021-06-30 | Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" | Theodore Ts'o | 1 | -0/+14 |
| 2021-06-24 | ext4: consolidate checks for resize of bigalloc into ext4_resize_begin | Josh Triplett | 1 | -14/+0 |
| 2021-06-22 | ext4: add ioctl EXT4_IOC_CHECKPOINT | Leah Rumancik | 1 | -0/+55 |
| 2021-06-22 | ext4: add discard/zeroout flags to journal flush | Leah Rumancik | 1 | -3/+3 |
| 2021-06-17 | ext4: remove redundant assignment to error | Jiapeng Chong | 1 | -3/+2 |
| 2021-04-30 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+6 |
| 2021-04-12 | ext4: allow the dax flag to be set and cleared on inline directories | Theodore Ts'o | 1 | -0/+6 |
| 2021-04-12 | ext4: convert to fileattr | Miklos Szeredi | 1 | -165/+43 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+12 |
| 2021-02-07 | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl | Eric Biggers | 1 | -0/+7 |
| 2021-01-24 | ext4: support idmapped mounts | Christian Brauner | 1 | -8/+11 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -7/+8 |
| 2021-01-15 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
| 2020-12-22 | ext4: fix superblock checksum failure when setting password salt | Jan Kara | 1 | -0/+3 |
| 2020-12-01 | fs: simplify freeze_bdev/thaw_bdev | Christoph Hellwig | 1 | -1/+1 |
| 2020-10-21 | ext4: fast commit recovery path | Harshad Shirwadkar | 1 | -3/+3 |
| 2020-10-21 | ext4: main fast-commit commit path | Harshad Shirwadkar | 1 | -1/+15 |
| 2020-08-19 | ext4: limit the length of per-inode prealloc list | brookxu | 1 | -1/+1 |
| 2020-08-06 | ext4: use generic names for generic ioctls | Eric Biggers | 1 | -16/+16 |
| 2020-06-11 | Enable ext4 support for per-file/directory dax operations | Theodore Ts'o | 1 | -11/+54 |
| 2020-06-03 | ext4: remove the access_ok() check in ext4_ioctl_get_es_cache | Christoph Hellwig | 1 | -5/+0 |
| 2020-06-03 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig | 1 | -3/+0 |
| 2020-06-03 | ext4: fix fiemap size checks for bitmap files | Christoph Hellwig | 1 | -31/+2 |
| 2020-05-28 | fs/ext4: Introduce DAX inode flag | Ira Weiny | 1 | -1/+46 |
| 2020-05-28 | fs/ext4: Remove jflag variable | Ira Weiny | 1 | -7/+4 |
| 2020-05-28 | fs/ext4: Only change S_DAX on inode load | Ira Weiny | 1 | -1/+2 |
| 2020-05-28 | fs/ext4: Narrow scope of DAX check in setflags | Ira Weiny | 1 | -2/+2 |
| 2020-04-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -12/+0 |
| 2020-03-19 | ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE | Eric Biggers | 1 | -0/+6 |
| 2020-03-05 | ext4: remove EXT4_EOFBLOCKS_FL and associated code | Eric Whitney | 1 | -12/+0 |
| 2020-01-17 | ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl | Martijn Coenen | 1 | -0/+2 |
| 2019-10-23 | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 1 | -0/+1 |
| 2019-09-21 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+98 |
| 2019-09-18 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc... | Linus Torvalds | 1 | -0/+13 |
| 2019-08-31 | ext4 crypto: fix to check feature status before get policy | Chao Yu | 1 | -0/+2 |
| 2019-08-12 | ext4: add basic fs-verity support | Eric Biggers | 1 | -0/+13 |
| 2019-08-12 | ext4: wire up new fscrypt ioctls | Eric Biggers | 1 | -0/+30 |
| 2019-08-11 | ext4: add new ioctl EXT4_IOC_GET_ES_CACHE | Theodore Ts'o | 1 | -0/+72 |
| 2019-08-11 | ext4: add a new ioctl EXT4_IOC_GETSTATE | Theodore Ts'o | 1 | -0/+17 |
| 2019-08-11 | ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE | Theodore Ts'o | 1 | -0/+9 |
| 2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -38/+13 |
| 2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check project id info | Darrick J. Wong | 1 | -27/+0 |
| 2019-07-01 | vfs: create a generic checking function for FS_IOC_FSSETXATTR | Darrick J. Wong | 1 | -8/+17 |
| 2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -10/+3 |
| 2019-06-10 | ext4: only set project inherit bit for directory | Wang Shilong | 1 | -0/+2 |
| 2019-06-09 | ext4: don't allow any modifications to an immutable file | Darrick J. Wong | 1 | -1/+45 |
| 2019-05-12 | ext4: fix miscellaneous sparse warnings | Theodore Ts'o | 1 | -1/+1 |
| 2019-04-25 | ext4: Support case-insensitive file name lookups | Gabriel Krisman Bertazi | 1 | -0/+18 |
| 2019-04-25 | ext4: actually request zeroing of inode table after grow | Kirill Tkhai | 1 | -1/+1 |
| 2019-03-24 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+7 |
| 2019-03-23 | ext4: prohibit fstrim in norecovery mode | Darrick J. Wong | 1 | -0/+7 |
| 2019-03-12 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -27/+74 |
| 2019-02-11 | ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 1 | -0/+1 |
| 2019-02-11 | ext4: add mask of ext4 flags to swap | yangerkun | 1 | -1/+5 |
| 2019-02-11 | ext4: update quota information while swapping boot loader inode | yangerkun | 1 | -13/+43 |
| 2019-02-11 | ext4: cleanup pagecache before swap i_data | yangerkun | 1 | -4/+12 |
| 2019-02-11 | ext4: fix check of inode in swap_inode_boot_loader | yangerkun | 1 | -9/+13 |
| 2019-01-23 | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 1 | -2/+2 |
| 2018-12-19 | ext4: avoid declaring fs inconsistent due to invalid file handles | Theodore Ts'o | 1 | -1/+1 |
| 2018-10-03 | ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR | Wang Shilong | 1 | -1/+3 |
| 2018-10-03 | ext4: fix setattr project check in fssetxattr ioctl | Wang Shilong | 1 | -23/+37 |
| 2018-10-02 | ext4: fix EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 1 | -6/+27 |
| 2018-03-22 | ext4: remove EXT4_STATE_DIOREAD_LOCK flag | Nikolay Borisov | 1 | -4/+0 |
| 2018-02-18 | ext4: pass -ESHUTDOWN code to jbd2 layer | Theodore Ts'o | 1 | -2/+2 |
| 2018-02-18 | ext4: eliminate sleep from shutdown ioctl | Theodore Ts'o | 1 | -3/+1 |
| 2018-02-18 | ext4: add tracepoints for shutdown and file system errors | Theodore Ts'o | 1 | -0/+1 |
| 2018-01-29 | ext4: convert to new i_version API | Jeff Layton | 1 | -1/+2 |
| 2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -43/+43 |
| 2017-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -14/+16 |
| 2017-11-10 | ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs() | Al Viro | 1 | -43/+43 |
| 2017-11-08 | ext4: improve smp scalability for inode generation | Theodore Ts'o | 1 | -5/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-29 | ext4: add support for online resizing with bigalloc | harshads | 1 | -6/+0 |
| 2017-10-12 | ext4: prevent data corruption with journaling + DAX | Ross Zwisler | 1 | -3/+13 |
| 2017-08-06 | ext4, project: expand inode extra size if possible | Miao Xie | 1 | -3/+6 |
| 2017-07-31 | ext4: convert swap_inode_data() over to use swap() on most of the fields | Jeff Layton | 1 | -10/+8 |
| 2017-06-22 | quota: add get_inode_usage callback to transfer multi-inode charges | Tahsin Erdogan | 1 | -0/+6 |
| 2017-06-22 | ext4: add ext4_is_quota_file() | Tahsin Erdogan | 1 | -2/+2 |
| 2017-05-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+91 |
| 2017-04-30 | ext4: make ext4_shutdown() static | Eric Biggers | 1 | -1/+1 |
| 2017-04-30 | ext4: support GETFSMAP ioctls | Darrick J. Wong | 1 | -0/+90 |
| 2017-04-19 | ext4: Remove ext4_get_inode_flags() | Jan Kara | 1 | -2/+0 |
| 2017-02-20 | ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN | Theodore Ts'o | 1 | -4/+4 |
| 2017-02-05 | ext4: add EXT4_IOC_GOINGDOWN ioctl | Theodore Ts'o | 1 | -0/+50 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-12 | Merge branch 'fscrypt' into dev | Theodore Ts'o | 1 | -28/+4 |
| 2016-12-11 | fscrypto: move ioctl processing more fully into common code | Eric Biggers | 1 | -29/+5 |
| 2016-12-01 | ext4: disable pwsalt ioctl when encryption disabled by config | Eric Biggers | 1 | -0/+6 |
| 2016-12-01 | ext4: get rid of ext4_sb_has_crypto() | Eric Biggers | 1 | -1/+1 |
| 2016-11-29 | ext4: be more strict when verifying flags set via SETFLAGS ioctls | Jan Kara | 1 | -5/+23 |
| 2016-11-29 | ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask | Jan Kara | 1 | -0/+3 |
| 2016-11-14 | ext4: use current_time() for inode timestamps | Deepa Dinamani | 1 | -4/+4 |
| 2016-11-13 | ext4: allow ext4_truncate() to return an error | Theodore Ts'o | 1 | -2/+5 |
| 2016-10-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -6/+5 |
| 2016-09-30 | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY | Richard Weinberger | 1 | -0/+3 |
| 2016-09-15 | ext4: remove unused definition for MAX_32_NUM | Fabian Frederick | 1 | -2/+0 |
| 2016-09-10 | fscrypto: require write access to mount to set encryption policy | Eric Biggers | 1 | -1/+1 |
| 2016-09-05 | ext4: remove old feature helpers | Kaho Ng | 1 | -4/+2 |
| 2016-07-10 | ext4 crypto: migrate into vfs's crypto engine | Jaegeuk Kim | 1 | -13/+7 |
| 2016-07-05 | ext4: fix project quota accounting without quota limits enabled | Wang Shilong | 1 | -10/+8 |
| 2016-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+1 |
| 2016-05-20 | lib/uuid.c: move generate_random_uuid() to uuid.c | Andy Shevchenko | 1 | -1/+1 |
| 2016-05-05 | ext4: fix check of dqget() return value in ext4_ioctl_setproject() | Seth Forshee | 1 | -1/+1 |
| 2016-02-27 | ext4: online defrag not supported with DAX | Ross Zwisler | 1 | -0/+5 |
| 2016-02-11 | ext4: ioctl: fix erroneous return value | Anton Protopopov | 1 | -1/+1 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -10/+10 |
| 2016-01-08 | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support | Li Xi | 1 | -87/+289 |
| 2015-10-17 | ext4: clean up feature test macros with predicate functions | Darrick J. Wong | 1 | -10/+5 |
| 2015-07-09 | ioctl_compat: handle FITRIM | Mikulas Patocka | 1 | -1/+0 |
| 2015-06-12 | ext4: use swap() in memswap() | Fabian Frederick | 1 | -4/+1 |
| 2015-06-08 | ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c | Fabian Frederick | 1 | -3/+3 |
| 2015-04-11 | ext4 crypto: add encryption policy and password salt support | Michael Halcrow | 1 | -0/+85 |
| 2015-04-02 | ext4: remove unused header files | Sheng Yong | 1 | -1/+0 |
| 2014-11-25 | ext4: move handling of list of shrinkable inodes into extent status code | Jan Kara | 1 | -2/+0 |
| 2014-11-25 | ext4: change LRU to round-robin in extent status tree shrinker | Zheng Liu | 1 | -2/+2 |
| 2014-10-13 | ext4: Replace open coded mdata csum feature to helper function | Dmitry Monakhov | 1 | -2/+1 |
| 2014-10-03 | ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT | Dmitry Monakhov | 1 | -1/+9 |
| 2014-02-17 | ext4: clean up error handling in swap_inode_boot_loader() | Theodore Ts'o | 1 | -18/+6 |
| 2014-02-12 | ext4: fix error paths in swap_inode_boot_loader() | Zheng Liu | 1 | -1/+2 |
| 2014-01-11 | ext4: delete "set but not used" variables | jon ernst | 1 | -5/+1 |
| 2013-11-09 | vfs: pull ext4's double-i_mutex-locking into common code | J. Bruce Fields | 1 | -2/+2 |
| 2013-08-28 | ext4: isolate ext4_extents.h file | Zheng Liu | 1 | -1/+0 |
| 2013-08-16 | ext4: add support for extent pre-caching | Theodore Ts'o | 1 | -0/+3 |
| 2013-08-12 | ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 1 | -2/+4 |
| 2013-04-09 | ext4: fix usless declarations | Dmitri Monakho | 1 | -1/+0 |
| 2013-04-08 | ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT | Dr. Tilmann Bubeck | 1 | -0/+197 |
| 2013-04-03 | ext4: support simple conversion of extent-mapped inodes to use i_blocks | Theodore Ts'o | 1 | -12/+8 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-08 | ext4: pass context information to jbd2__journal_start() | Theodore Ts'o | 1 | -2/+2 |
| 2013-01-13 | ext4: trigger the lazy inode table initialization after resize | Theodore Ts'o | 1 | -0/+9 |
| 2012-10-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -22/+0 |
| 2012-09-26 | ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails | Djalal Harouni | 1 | -1/+2 |
| 2012-09-26 | ext4: enable FITRIM ioctl on bigalloc file system | Lukas Czerner | 1 | -7/+0 |
| 2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -7/+7 |
| 2012-09-26 | switch EXT4_IOC_MOVE_EXT to fget_light() | Al Viro | 1 | -3/+3 |
| 2012-09-26 | ext4: close struct file leak on EXT4_IOC_MOVE_EXT | Al Viro | 1 | -1/+2 |
| 2012-09-05 | ext4: add online resizing support for meta_bg and 64-bit file systems | Yongqiang Yang | 1 | -15/+0 |
| 2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+2 |
| 2012-07-23 | ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file() | Al Viro | 1 | -2/+2 |
| 2012-07-18 | ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT | Al Viro | 1 | -1/+0 |
| 2012-06-07 | ext4: don't set i_flags in EXT4_IOC_SETFLAGS | Tao Ma | 1 | -1/+0 |
| 2012-05-31 | ext4: don't trash state flags in EXT4_IOC_SETFLAGS | Theodore Ts'o | 1 | -3/+9 |
| 2012-04-29 | ext4: calculate and verify inode checksums | Darrick J. Wong | 1 | -0/+7 |
| 2012-01-10 | Merge branch 'for_linus' into for_linus_merged | Theodore Ts'o | 1 | -12/+74 |
| 2012-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+5 |
| 2012-01-09 | ext{3,4}: Fix potential race when setversion ioctl updates inode | Djalal Harouni | 1 | -1/+5 |