Show patches with: Archived = No       |   5663 patches
« 1 2 ... 3 4 556 57 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[vfs.all,18/26] scsi: use bdev helper in scsi_bios_ptable() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,17/26] block2mtd: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,16/26] bcache: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,15/26] s390/dasd: use bdev api in dasd_format() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,14/26] jbd2: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,13/26] ext4: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,12/26] ext4: remove block_device_ejected() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,11/26] btrfs: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,10/26] gfs2: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,09/26] nilfs2: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,08/26] erofs: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 3 - --- 2024-04-06 Yu Kuai New
[vfs.all,07/26] cramfs: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,06/26] bcachefs: remove dead function bdev_sectors() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,05/26] block: add a helper bdev_read_folio() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,04/26] block: prevent direct access of bd_inode fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,03/26] block: remove sync_blockdev_range() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,02/26] block: remove sync_blockdev_nowait() fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[vfs.all,01/26] block: move two helpers into bdev.c fs & block: remove bdev->bd_inode - 2 - --- 2024-04-06 Yu Kuai New
[6/6] remove call_{read,write}_iter() functions [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[5/6] do_dentry_open(): kill inode argument [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[4/6] kernel_file_open(): get rid of inode argument [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[3/6] get_file_rcu(): no need to check for NULL separately [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[2/6] fd_is_open(): move to fs/file.c [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[1/6] close_on_exec(): pass files_struct instead of fdtable [1/6] close_on_exec(): pass files_struct instead of fdtable - 1 - --- 2024-04-06 Al Viro New
[v14,12/12] fs/ioctl: Add a comment to keep the logic in sync with LSM policies Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,11/12] MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,10/12] landlock: Document IOCTL support Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,09/12] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,08/12] selftests/landlock: Exhaustive test for the IOCTL allow-list Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,07/12] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,06/12] selftests/landlock: Test IOCTLs on named pipes Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,05/12] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH) Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,04/12] selftests/landlock: Test IOCTL with memfds Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,03/12] selftests/landlock: Test IOCTL support Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,02/12] landlock: Add IOCTL access right for character and block devices Landlock: IOCTL support - - - --- 2024-04-05 Günther Noack New
[v14,01/12] fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH fail Landlock: IOCTL support 2 - - --- 2024-04-05 Günther Noack New
[FIX] proc: rewrite stable_page_flags() [FIX] proc: rewrite stable_page_flags() - - - --- 2024-04-05 Matthew Wilcox New
mm: Convert pagecache_isize_extended to use a folio mm: Convert pagecache_isize_extended to use a folio - 2 - --- 2024-04-05 Matthew Wilcox New
[v16,9/9] f2fs: Move CONFIG_UNICODE defguards into the code flow Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,8/9] ext4: Move CONFIG_UNICODE defguards into the code flow Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,7/9] f2fs: Log error when lookup of encoded dentry fails Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,6/9] ext4: Log error when lookup of encoded dentry fails Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,5/9] f2fs: Reuse generic_ci_match for ci comparisons Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,4/9] ext4: Reuse generic_ci_match for ci comparisons Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,3/9] libfs: Introduce case-insensitive string comparison helper Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,2/9] f2fs: Simplify the handling of cached insensitive names Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[v16,1/9] ext4: Simplify the handling of cached insensitive names Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-05 Eugen Hristev New
[GIT,PULL] vfs fixes [GIT,PULL] vfs fixes - - - --- 2024-04-05 Christian Brauner New
afs: Fix fileserver rotation getting stuck afs: Fix fileserver rotation getting stuck - - - --- 2024-04-05 David Howells New
[v2] fs: Set file_handle::handle_bytes before referencing file_handle::f_handle [v2] fs: Set file_handle::handle_bytes before referencing file_handle::f_handle - - - --- 2024-04-04 Kees Cook New
cifs: Add tracing for the cifs_tcon struct refcounting cifs: Add tracing for the cifs_tcon struct refcounting - - - --- 2024-04-04 David Howells New
cifs: Fix reacquisition of volume cookie on still-live connection cifs: Fix reacquisition of volume cookie on still-live connection - - - --- 2024-04-04 David Howells New
cifs_mount_get_tcon() is broken? cifs_mount_get_tcon() is broken? - - - --- 2024-04-04 David Howells New
ext4: fix deadlock in ext4_xattr_inode_iget ext4: fix deadlock in ext4_xattr_inode_iget - - - --- 2024-04-04 Edward Adam Davis New
fs: Set file_handle::handle_bytes before referencing file_handle::f_handle fs: Set file_handle::handle_bytes before referencing file_handle::f_handle 1 2 - --- 2024-04-03 Kees Cook New
[GIT,PULL] bcachefs repair code for rc3 [GIT,PULL] bcachefs repair code for rc3 - - - --- 2024-04-03 Kent Overstreet New
[fs/proc/bootconfig] remove redundant comments from /proc/bootconfig [fs/proc/bootconfig] remove redundant comments from /proc/bootconfig 1 - - --- 2024-04-03 Paul E. McKenney New
[4/4] gfs2: Convert gfs2_aspace_writepage() to use a folio More GFS2 folio conversions - - - --- 2024-04-03 Matthew Wilcox New
[3/4] gfs2: Simplify gfs2_read_super More GFS2 folio conversions - - - --- 2024-04-03 Matthew Wilcox New
[2/4] gfs2: Add a migrate_folio operation for journalled files More GFS2 folio conversions - - - --- 2024-04-03 Matthew Wilcox New
[1/4] gfs2: Convert gfs2_page_mkwrite() to use a folio More GFS2 folio conversions - - - --- 2024-04-03 Matthew Wilcox New
[4/4] proc: Convert smaps_pmd_entry to use a folio Use folio APIs in procfs - - - --- 2024-04-03 Matthew Wilcox New
[3/4] proc: Pass a folio to smaps_page_accumulate() Use folio APIs in procfs - - - --- 2024-04-03 Matthew Wilcox New
[2/4] proc: Convert smaps_page_accumulate to use a folio Use folio APIs in procfs - - - --- 2024-04-03 Matthew Wilcox New
[1/4] proc: Convert gather_stats to use a folio Use folio APIs in procfs - - - --- 2024-04-03 Matthew Wilcox New
[GIT,PULL] vboxsf fixes for 6.9-1 [GIT,PULL] vboxsf fixes for 6.9-1 - - - --- 2024-04-03 Hans de Goede New
[3/3] signalfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-03 Jens Axboe New
[2/3] userfaultfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-03 Jens Axboe New
[1/3] timerfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-03 Jens Axboe New
[RESEND,v3] security: Place security_path_post_mknod() where the original IMA call was [RESEND,v3] security: Place security_path_post_mknod() where the original IMA call was - 1 - --- 2024-04-03 Roberto Sassu New
[v3] security: Place security_path_post_mknod() where the original IMA call was [v3] security: Place security_path_post_mknod() where the original IMA call was 1 1 - --- 2024-04-03 Roberto Sassu New
[v1] exfat: move extend valid_size into ->page_mkwrite() [v1] exfat: move extend valid_size into ->page_mkwrite() - - - --- 2024-04-03 Yuezhang.Mo@sony.com New
[v3,13/13] bcachefs: fiemap: emit new COMPRESSED state fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,12/13] f2fs: fiemap: emit new COMPRESSED state fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,11/13] bcachefs: fiemap: return correct extent physical length fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,10/13] ocfs2: fiemap: return correct extent physical length fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,09/13] f2fs: fiemap: return correct extent physical length fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,08/13] f2fs: fiemap: add physical length to trace_f2fs_fiemap fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,07/13] ext4: fiemap: return correct extent physical length fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,06/13] nilfs2: fiemap: return correct extent physical length fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,05/13] btrfs: fiemap: return extent physical size fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,04/13] btrfs: fiemap: emit new COMPRESSED state. fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,03/13] fs: fiemap: add new COMPRESSED extent state fiemap extension for more physical information - 1 - --- 2024-04-03 Sweet Tea Dorminy New
[v3,02/13] fs: fiemap: update fiemap_fill_next_extent() signature fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[v3,01/13] fs: fiemap: add physical_length field to extents fiemap extension for more physical information - - - --- 2024-04-03 Sweet Tea Dorminy New
[next] fs: fix oob in do_handle_open [next] fs: fix oob in do_handle_open - - - --- 2024-04-03 Edward Adam Davis New
[v1,3/3] overlayfs: Optimize credentials usage overlayfs: Optimize override/revert creds - - - --- 2024-04-03 Vinicius Costa Gomes New
[v1,2/3] fs: Optimize credentials reference count for backing file ops overlayfs: Optimize override/revert creds - - - --- 2024-04-03 Vinicius Costa Gomes New
[v1,1/3] cred: Add a light version of override/revert_creds() overlayfs: Optimize override/revert creds - - - --- 2024-04-03 Vinicius Costa Gomes New
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading - 1 - --- 2024-04-03 linke li New
[3/3] signalfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-02 Jens Axboe New
[2/3] userfaultfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-02 Jens Axboe New
[1/3] timerfd: convert to ->read_iter() Convert fs drivers to ->read_iter() - - - --- 2024-04-02 Jens Axboe New
[4/4] mm: Generate PAGE_IDLE_FLAG definitions Remove page_idle and page_young wrappers - 1 - --- 2024-04-02 Matthew Wilcox New
[3/4] mm: Remove page_idle and page_young wrappers Remove page_idle and page_young wrappers - 1 - --- 2024-04-02 Matthew Wilcox New
[2/4] proc: Convert smaps_account() to use a folio Remove page_idle and page_young wrappers - 1 - --- 2024-04-02 Matthew Wilcox New
[1/4] proc: Convert clear_refs_pte_range to use a folio Remove page_idle and page_young wrappers - 1 - --- 2024-04-02 Matthew Wilcox New
[v15,9/9] f2fs: Move CONFIG_UNICODE defguards into the code flow Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-02 Eugen Hristev New
[v15,8/9] ext4: Move CONFIG_UNICODE defguards into the code flow Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-02 Eugen Hristev New
[v15,7/9] f2fs: Log error when lookup of encoded dentry fails Cache insensitive cleanup for ext4/f2fs - - - --- 2024-04-02 Eugen Hristev New
« 1 2 ... 3 4 556 57 »