aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+9
2023-03-21ext2: remove redundant assignment to pointer endColin Ian King1-1/+0
2023-03-06ext2: Check block size validity during mountJan Kara2-0/+8
2023-03-06ext2: Correct maximum ext2 filesystem block sizeJan Kara1-1/+1
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-2/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner1-7/+10
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-18/+25
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19quota: port to mnt_idmapChristian Brauner1-5/+4
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner3-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner3-3/+3
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+5
2023-01-16ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig3-16/+23
2023-01-09fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-12-12Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-31/+30
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-6/+7
2022-11-28fs/ext2: Fix code indentationRong Tao2-7/+7
2022-11-28ext2: unbugger ext2_empty_dir()Al Viro1-1/+1
2022-11-21ext2: remove ->writepageChristoph Hellwig1-6/+0
2022-11-21ext2: Don't flush page immediately for DIRSYNC directoriesJan Kara1-16/+21
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-11ext2: Fix some kernel-doc warningsBo Liu1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner2-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-3/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld1-2/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+4
2022-09-26ext2: Use kvmalloc() for group descriptor arrayJan Kara1-3/+3
2022-09-26ext2: Add sanity checks for group and filesystem sizeJan Kara1-2/+14
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-11ext2: replace bh_submit_read() helper with bh_read()Zhang Yi1-3/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+4
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-92/+78
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds5-72/+18
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2022-08-02ext2: remove nobh supportChristoph Hellwig4-61/+7
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-2/+2
2022-08-02ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)1-9/+10
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2022-07-26ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-3/+4
2022-07-14fs/ext2: replace ternary operator with min_t()Jiangshan Yi1-4/+2
2022-06-29ext2: Remove check for PageErrorMatthew Wilcox (Oracle)1-2/+1
2022-06-26attr: port attribute changes to new typesChristian Brauner1-4/+4
2022-06-26quota: port quota helpers mount idsChristian Brauner1-2/+2
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-2/+2
2022-06-16ext2: fix fs corruption when trying to remove a non-empty directory with IO e...Ye Bin1-6/+3
2022-06-06fs: Fix syntax errors in commentsXiang wangx1-1/+1
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-4/+4
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-4/+2
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-04-04fs: ext2: Fix duplicate included linux/dax.hHaowen Bai1-1/+0
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-5/+0
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-4/+4
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2022-02-25ext2: correct max file size computingZhang Yi1-1/+5
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig1-2/+6
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2-1/+2
2021-12-04ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig1-7/+5
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-3/+4
2021-12-04dax: remove dax_capableChristoph Hellwig1-2/+4
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-24/+9
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+9
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-07-27ext2: use iomap_fiemap to implement ->fiemapChristoph Hellwig2-2/+9
2021-07-26ext2: make ext2_iomap_ops available unconditionallyChristoph Hellwig1-5/+0
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello3-9/+10
2021-07-13ext2: Convert to using invalidate_lockJan Kara4-24/+9
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds4-52/+90
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein1-4/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12ext2: convert to fileattrMiklos Szeredi4-60/+39
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny3-49/+87
2021-03-31ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny2-6/+6
2021-03-19fs/ext2/: fix misspellings using codespell toolLiu xuzhi1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-15/+25
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner5-2/+6
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-4/+4
2020-11-23ext2: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny3-16/+20
2020-11-03ext2: Remove unnecessary blankXianting Tian1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+3
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cWang Hai1-3/+3
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-08-28ext2: remove duplicate includeWang Hai1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap1-2/+2
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu1-0/+3
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu1-5/+2
2020-07-09ext2: remove nocheck optionChengguang Xu2-10/+1
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)2-21/+10
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)3-34/+54
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu1-1/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-12/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-6/+4
2020-05-22ext2: code cleanup by removing ifdef macro surroundingChengguang Xu4-10/+1
2020-05-22ext2: Fix i_op setting for special inodeChengguang Xu1-2/+0
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-03-16ext2: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara1-1/+9
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2020-01-06ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-2/+3
2019-12-16ext2: set proper errno in error case of ext2_fill_super()Chengguang Xu1-0/+1
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-59/+53
2019-11-19ext2: code cleanup for descriptor_loc()Chengguang Xu1-4/+1
2019-11-07ext2: fix improper function commentChengguang Xu1-3/+2
2019-11-07ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu1-19/+10
2019-11-07ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu1-1/+1
2019-11-07ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara1-17/+5
2019-11-06ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2-15/+9
2019-11-06ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu1-0/+12
2019-11-05ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-10-31ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu1-1/+0
2019-10-24ext2: return error when fail to allocating memory in ioctlChengguang Xu1-1/+4
2019-10-22ext2: add missing brelse in ext2_new_blocks()Chengguang Xu1-0/+7
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-1/+1
2019-10-21ext2: adjust block num when retry allocationChengguang Xu1-0/+1
2019-09-21Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-9/+6
2019-09-04ext2: Delete an unnecessary check before brelse()Markus Elfring1-2/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-07-31ext2: code cleanup for ext2_free_blocks()Chengguang Xu1-3/+1
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu2-4/+4
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-12/+4
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-88/+108
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-12/+4
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara1-4/+2
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu1-0/+1
2019-06-12ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu1-1/+1
2019-06-12ext2: fix a typo in commentChengguang Xu1-2/+1
2019-05-30ext2: add missing brelse() in ext2_new_inode()Chengguang Xu1-0/+1
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu1-4/+8
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu1-7/+18
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu1-20/+16
2019-05-28ext2: code cleanup for ext2_preread_inode()Chengguang Xu1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-20ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu1-9/+8
2019-05-20ext2: Strengthen xattr block checksJan Kara1-12/+10
2019-05-20ext2: Merge loops in ext2_xattr_set()Jan Kara1-22/+19
2019-05-20ext2: introduce helper for xattr entry validationChengguang Xu1-11/+21
2019-05-20ext2: introduce helper for xattr header validationChengguang Xu1-11/+20
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2019-05-01ext2: switch to ->free_inode()Al Viro1-8/+2
2019-03-26ext2: Adjust the comment of function ext2_alloc_branchShuning Zhang1-1/+3
2019-03-07Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-19/+64
2019-02-18ext2: support statx syscallyangerkun5-0/+32
2019-01-31ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-01-29ext2: Fix a typo in commentLiu Xiang1-1/+1
2019-01-28ext2: Remove redundant check for finding no groupLiu Xiang1-2/+0
2019-01-28ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre1-0/+2
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara1-0/+1
2019-01-22ext2: Remove redundant check on s_inode_sizeLiu Xiang1-2/+0
2019-01-22ext2: set proper return codeChengguang Xu1-0/+3
2019-01-21ext2: use common file type conversionPhillip Potter2-45/+6
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+7
2018-11-27ext2: fix potential use after freePan Bian1-1/+1
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-11-15ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu1-1/+2
2018-11-14ext2: remove redundant condition checkChengguang Xu1-6/+4