summaryrefslogtreecommitdiff
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-111-2/+1
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+4
|\ \
| * | ext2: replace bh_submit_read() helper with bh_read()Zhang Yi2022-09-111-3/+4
| |/
* | 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 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-92/+78
|\ \
| * | ext2: avoid deleting xattr block that is being reusedJan Kara2022-08-021-29/+29
| * | ext2: unindent codeblock in ext2_xattr_set()Jan Kara2022-08-021-16/+16
| * | ext2: factor our freeing of xattr block referenceJan Kara2022-08-021-52/+38
| |/