summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-299-178/+356
|\
| * ext2: Drop fragment supportJan Kara2023-06-132-31/+4
| * ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro2023-05-293-39/+21
| * ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro2023-05-293-15/+11
| * ext2_put_page(): accept any pointer within the pageAl Viro2023-05-292-25/+21
| * ext2_get_page(): saner typeAl Viro2023-05-291-25/+25
| * ext2: use offset_in_page() instead of open-coding it as subtractionAl Viro2023-05-291-8/+6
| * ext2_rename(): set_link and delete_entry may failAl Viro2023-05-292-25/+16
| * ext2: Add direct-io trace pointsRitesh Harjani (IBM)2023-05-164-2/+113
| * ext2: Move direct-io to use iomapRitesh Harjani (IBM)2023-05-163-19/+150
| * ext2: Use generic_buffers_fsync() implementationRitesh Harjani (IBM)2023-05-161-1/+2
| * ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)2023-05-161-3/+2
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
|/
* Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-263-2/+9
|\
| * ext2: remove redundant assignment to pointer endColin Ian King2023-03-211-1/+0
| * ext2: Check block size validity during mountJan Kara2023-03-062-0/+8
| * ext2: Correct maximum ext2 filesystem block sizeJan Kara2023-03-061-1/+1
* | fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+2
* | fs: simplify ->listxattr() implementationChristian Brauner2023-03-061-7/+10
* | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
|/
* Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\
| * fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
* | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-203-18/+25
|\ \
| * | ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig2023-01-163-16/+23
| * | fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-01-091-2/+2
| |/
* | quota: port to mnt_idmapChristian Brauner2023-01-191-5/+4
* | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-193-3/+3
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+3
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+5
|/
* Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-124-31/+30
|\
| * fs/ext2: Fix code indentationRong Tao2022-11-282-7/+7
| * ext2: unbugger ext2_empty_dir()Al Viro2022-11-281-1/+1
| * ext2: remove ->writepageChristoph Hellwig2022-11-211-6/+0
| * ext2: Don't flush page immediately for DIRSYNC directoriesJan Kara2022-11-211-16/+21
| * ext2: Fix some kernel-doc warningsBo Liu2022-11-111-1/+1
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-125-6/+7
|\ \
| * | fs: rename current get acl methodChristian Brauner2022-10-202-3/+3
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
| |/
* / treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/