Age | Commit message (Expand) | Author | Files | Lines |
2021-12-24 | ext4: use ext4_journal_start/stop for fast commit transactions | Harshad Shirwadkar | 5 | -24/+2 |
2021-12-23 | ext4: fix i_version handling on remount | Lukas Czerner | 1 | -25/+18 |
2021-12-23 | ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME | Lukas Czerner | 1 | -11/+2 |
2021-12-23 | ext4: don't fail remount if journalling mode didn't change | Lukas Czerner | 1 | -5/+9 |
2021-12-09 | ext4: Remove unused match_table_t tokens | Lukas Czerner | 1 | -243/+131 |
2021-12-09 | ext4: switch to the new mount api | Lukas Czerner | 1 | -109/+86 |
2021-12-09 | ext4: change token2str() to use ext4_param_specs | Lukas Czerner | 1 | -4/+4 |
2021-12-09 | ext4: clean up return values in handle_mount_opt() | Lukas Czerner | 1 | -11/+17 |
2021-12-09 | ext4: Completely separate options parsing and sb setup | Lukas Czerner | 1 | -135/+264 |
2021-12-09 | ext4: get rid of super block and sbi from handle_mount_ops() | Lukas Czerner | 1 | -173/+368 |
2021-12-09 | ext4: check ext2/3 compatibility outside handle_mount_opt() | Lukas Czerner | 1 | -16/+25 |
2021-12-09 | ext4: move quota configuration out of handle_mount_opt() | Lukas Czerner | 1 | -93/+165 |
2021-12-09 | ext4: Allow sb to be NULL in ext4_msg() | Lukas Czerner | 1 | -66/+78 |
2021-12-09 | ext4: Change handle_mount_opt() to use fs_parameter | Lukas Czerner | 1 | -107/+143 |
2021-12-09 | ext4: move option validation to a separate function | Lukas Czerner | 1 | -2/+9 |
2021-12-09 | ext4: Add fs parameter specifications for mount options | Lukas Czerner | 1 | -0/+151 |
2021-12-04 | fsdax: shift partition offset handling into the file systems | Christoph Hellwig | 1 | -5/+11 |
2021-12-04 | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig | 2 | -1/+2 |
2021-12-04 | iomap: add a IOMAP_DAX flag | Christoph Hellwig | 1 | -2/+2 |
2021-12-04 | ext4: cleanup the dax handling in ext4_fill_super | Christoph Hellwig | 1 | -4/+3 |
2021-12-04 | fsdax: decouple zeroing from the iomap buffered I/O code | Christoph Hellwig | 1 | -2/+3 |
2021-12-04 | dax: remove dax_capable | Christoph Hellwig | 1 | -3/+6 |
2021-11-11 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 8 | -250/+300 |
2021-11-07 | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+8 |
2021-11-04 | ext4: fix error code saved on super block during file system abort | Gabriel Krisman Bertazi | 1 | -1/+1 |
2021-11-04 | ext4: inline data inode fast commit replay fixes | Harshad Shirwadkar | 2 | -1/+9 |
2021-11-04 | ext4: commit inline data during fast commit | Harshad Shirwadkar | 1 | -1/+3 |
2021-11-04 | ext4: scope ret locally in ext4_try_to_trim_range() | Lukas Bulwahn | 1 | -3/+2 |
2021-11-04 | ext4: remove an unused variable warning with CONFIG_QUOTA=n | Austin Kim | 1 | -1/+3 |
2021-11-04 | ext4: fix boolreturn.cocci warnings in fs/ext4/name.c | Jing Yangyang | 1 | -1/+1 |
2021-11-04 | ext4: prevent getting empty inode buffer | Zhang Yi | 1 | -10/+14 |
2021-11-04 | ext4: move ext4_fill_raw_inode() related functions | Zhang Yi | 1 | -146/+147 |
2021-11-04 | ext4: factor out ext4_fill_raw_inode() | Zhang Yi | 1 | -38/+47 |
2021-11-04 | ext4: prevent partial update of the extent blocks | Zhang Yi | 1 | -3/+16 |
2021-11-04 | ext4: check for inconsistent extents between index and leaf block | Zhang Yi | 1 | -23/+36 |
2021-11-04 | ext4: check for out-of-order index extents in ext4_valid_extent_entries() | Zhang Yi | 1 | -5/+12 |
2021-11-04 | ext4: convert from atomic_t to refcount_t on ext4_io_end->count | Xiyu Yang | 2 | -5/+6 |
2021-11-04 | ext4: refresh the ext4_ext_path struct after dropping i_data_sem. | yangerkun | 1 | -1/+13 |
2021-11-04 | ext4: ensure enough credits in ext4_ext_shift_path_extents | yangerkun | 1 | -34/+15 |
2021-11-04 | ext4: correct the left/middle/right debug message for binsearch | yangerkun | 1 | -6/+8 |
2021-11-04 | ext4: fix lazy initialization next schedule time computation in more granular... | Shaoying Xu | 1 | -5/+4 |
2021-11-04 | Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" | Eric Whitney | 1 | -9/+6 |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+3 |
2021-11-01 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -1/+0 |
2021-10-27 | ext4: Send notifications on error | Gabriel Krisman Bertazi | 1 | -0/+8 |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher | 1 | -2/+3 |
2021-10-18 | ext4: use sb_bdev_nr_blocks | Christoph Hellwig | 1 | -1/+1 |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -1/+1 |
2021-10-11 | unicode: pass a UNICODE_AGE() tripple to utf8_load | Christoph Hellwig | 1 | -6/+12 |
2021-10-11 | ext4: simplify ext4_sb_read_encoding | Christoph Hellwig | 1 | -14/+7 |