summaryrefslogtreecommitdiffstats
path: root/fs/ext2/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\
| * ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-2/+1
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | ext2: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* ext2: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
* ext2: Drop fragment supportJan Kara2023-06-131-19/+4
* ext2: Check block size validity during mountJan Kara2023-03-061-0/+7
* fs/ext2: Fix code indentationRong Tao2022-11-281-1/+1
* ext2: Use kvmalloc() for group descriptor arrayJan Kara2022-09-261-3/+3
* ext2: Add sanity checks for group and filesystem sizeJan Kara2022-09-261-2/+14
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-3/+4
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-3/+4
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-4/+2
|\ \
| * | ext2: remove nobh supportChristoph Hellwig2022-08-021-4/+2
| |/
* | ext2: Add more validity checks for inode countsJan Kara2022-07-261-2/+10
* | fs/ext2: replace ternary operator with min_t()Jiangshan Yi2022-07-141-4/+2
|/
* Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-251-1/+5
|\
| * ext2: correct max file size computingZhang Yi2022-02-251-1/+5
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-1/+1
* ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig2021-12-041-7/+5
* dax: remove dax_capableChristoph Hellwig2021-12-041-2/+4
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+2
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
* | ext2: Convert to using invalidate_lockJan Kara2021-07-131-3/+0
|/
* Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | fs/ext2/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
|/
* ext2: Remove unnecessary blankXianting Tian2020-11-031-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* ext2: remove nocheck optionChengguang Xu2020-07-091-9/+1
* ext2: Adjust indentation in ext2_fill_superNathan Chancellor2020-01-061-3/+3
* ext2: set proper errno in error case of ext2_fill_super()Chengguang Xu2019-12-161-0/+1
* ext2: code cleanup for descriptor_loc()Chengguang Xu2019-11-191-4/+1
* ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2019-11-061-7/+1
* Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-09-211-2/+1
|\
| * ext2: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
|/
* Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-101-9/+8
|\
| * ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu2019-05-201-9/+8
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* ext2: switch to ->free_inode()Al Viro2019-05-011-8/+2
* ext2: Fix underflow in ext2_max_size()Jan Kara2019-01-311-14/+25
* ext2: Remove redundant check on s_inode_sizeLiu Xiang2019-01-221-2/+0
* ext2: set proper return codeChengguang Xu2019-01-221-0/+3