| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2023-08-30 | 5 | -93/+91 |
|\ |
|
| * | ext2: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 2023-08-21 | 2 | -61/+56 |
| * | ext2: improve consistency of ext2_fsblk_t datatype usage | Georg Ottinger | 2023-08-18 | 3 | -8/+7 |
| * | ext2: dump current reservation window info | Ye Bin | 2023-08-16 | 1 | -1/+6 |
| * | ext2: fix race between setxattr and write back | Ye Bin | 2023-08-16 | 2 | -8/+9 |
| * | ext2: introduce new flags argument for ext2_new_blocks() | Ye Bin | 2023-08-16 | 4 | -4/+11 |
| * | ext2: remove ext2_new_block() | Ye Bin | 2023-08-16 | 3 | -9/+3 |
| * | ext2: fix datatype of block number in ext2_xattr_set2() | Georg Ottinger | 2023-08-16 | 1 | -2/+2 |
| * | ext2: remove redundant assignment to variable desc and variable best_desc | Colin Ian King | 2023-07-03 | 1 | -3/+0 |
* | | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 2023-08-30 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 2023-08-02 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 2 | -3/+1 |
|\ \ |
|
| * | | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 2023-08-25 | 1 | -1/+1 |
| * | | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 2023-08-25 | 1 | -2/+0 |
| |/ |
|
* | | fs: pass the request_mask to generic_fillattr | Jeff Layton | 2023-08-09 | 1 | -1/+1 |
* | | ext2: convert to ctime accessor functions | Jeff Layton | 2023-07-13 | 8 | -18/+18 |
|/ |
|
* | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-06-29 | 9 | -178/+356 |
|\ |
|
| * | ext2: Drop fragment support | Jan Kara | 2023-06-13 | 2 | -31/+4 |
| * | ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymore | Al Viro | 2023-05-29 | 3 | -39/+21 |
| * | ext2_{set_link,delete_entry}(): don't bother with page_addr | Al Viro | 2023-05-29 | 3 | -15/+11 |
| * | ext2_put_page(): accept any pointer within the page | Al Viro | 2023-05-29 | 2 | -25/+21 |
| * | ext2_get_page(): saner type | Al Viro | 2023-05-29 | 1 | -25/+25 |
| * | ext2: use offset_in_page() instead of open-coding it as subtraction | Al Viro | 2023-05-29 | 1 | -8/+6 |
| * | ext2_rename(): set_link and delete_entry may fail | Al Viro | 2023-05-29 | 2 | -25/+16 |
| * | ext2: Add direct-io trace points | Ritesh Harjani (IBM) | 2023-05-16 | 4 | -2/+113 |
| * | ext2: Move direct-io to use iomap | Ritesh Harjani (IBM) | 2023-05-16 | 3 | -19/+150 |
| * | ext2: Use generic_buffers_fsync() implementation | Ritesh Harjani (IBM) | 2023-05-16 | 1 | -1/+2 |
| * | ext2/dax: Fix ext2_setsize when len is page aligned | Ritesh Harjani (IBM) | 2023-05-16 | 1 | -3/+2 |
* | | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 2023-05-24 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-04-26 | 3 | -2/+9 |
|\ |
|
| * | ext2: remove redundant assignment to pointer end | Colin Ian King | 2023-03-21 | 1 | -1/+0 |
| * | ext2: Check block size validity during mount | Jan Kara | 2023-03-06 | 2 | -0/+8 |
| * | ext2: Correct maximum ext2 filesystem block size | Jan Kara | 2023-03-06 | 1 | -1/+1 |
* | | fs: rename generic posix acl handlers | Christian Brauner | 2023-03-06 | 1 | -2/+2 |
* | | fs: simplify ->listxattr() implementation | Christian Brauner | 2023-03-06 | 1 | -7/+10 |
* | | fs: drop unused posix acl handlers | Christian Brauner | 2023-03-06 | 1 | -4/+0 |
|/ |
|
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 2023-02-20 | 1 | -0/+1 |
|\ |
|
| * | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 2023-01-26 | 1 | -0/+1 |
* | | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-02-20 | 3 | -18/+25 |
|\ \ |
|
| * | | ext2: propagate errors from ext2_prepare_chunk | Christoph Hellwig | 2023-01-16 | 3 | -16/+23 |
| * | | fs/ext2: Replace kmap_atomic() with kmap_local_page() | Fabio M. De Francesco | 2023-01-09 | 1 | -2/+2 |
| |/ |
|
* | | quota: port to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -5/+4 |
* | | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -2/+2 |
* | | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
* | | fs: port acl to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
* | | fs: port xattr to mnt_idmap | Christian Brauner | 2023-01-19 | 3 | -3/+3 |
* | | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 2 | -2/+2 |
* | | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 3 | -3/+3 |
* | | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
* | | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |