Age | Commit message (Expand) | Author | Files | Lines |
2023-07-09 | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2023-07-09 | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 4 | -5/+72 |
2023-07-09 | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s... | Linus Torvalds | 2 | -7/+26 |
2023-07-08 | squashfs: fix cache race with migration | Vincent Whitchurch | 1 | -4/+23 |
2023-07-08 | docs: update ocfs2-devel mailing list address | Anthony Iliopoulos | 1 | -3/+3 |
2023-07-08 | xfs: fix uninit warning in xfs_growfs_data | Darrick J. Wong | 1 | -1/+1 |
2023-07-08 | Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 8 | -40/+154 |
2023-07-08 | Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 17 | -237/+531 |
2023-07-08 | Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+14 |
2023-07-07 | Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+5 |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -3/+3 |
2023-07-06 | cifs: Add a laundromat thread for cached directories | Ronnie Sahlberg | 2 | -0/+68 |
2023-07-06 | Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -404/+1031 |
2023-07-06 | Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 21 | -331/+586 |
2023-07-04 | afs: Fix accidental truncation when storing data | David Howells | 1 | -3/+5 |
2023-07-04 | Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -564/+581 |
2023-07-04 | Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -237/+277 |
2023-07-04 | fanotify: disallow mount/sb marks on kernel internal pseudo fs | Amir Goldstein | 1 | -0/+14 |
2023-07-04 | fs: don't assume arguments are non-NULL | Christian Brauner | 1 | -2/+4 |
2023-07-04 | fs: no need to check source | Jan Kara | 1 | -2/+1 |
2023-07-03 | gfs2: Add quota_change type | Bob Peterson | 2 | -11/+15 |
2023-07-03 | gfs2: Use memcpy_{from,to}_page where appropriate | Andreas Gruenbacher | 3 | -15/+7 |
2023-07-03 | gfs2: Convert remaining kmap_atomic calls to kmap_local_page | Andreas Gruenbacher | 2 | -8/+9 |
2023-07-03 | gfs2: Replace deprecated kmap_atomic with kmap_local_page | Deepak R Varma | 1 | -4/+4 |
2023-07-03 | gfs: Get rid of unnucessary locking in inode_go_dump | Andreas Gruenbacher | 2 | -12/+7 |
2023-07-03 | gfs2: gfs2_freeze_lock_shared cleanup | Andreas Gruenbacher | 4 | -12/+7 |
2023-07-03 | gfs2: Replace sd_freeze_state with SDF_FROZEN flag | Andreas Gruenbacher | 7 | -31/+17 |
2023-07-03 | gfs2: Rework freeze / thaw logic | Andreas Gruenbacher | 7 | -110/+178 |
2023-07-03 | Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -13/+10 |
2023-07-03 | xfs: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2023-07-03 | xfs: AGI length should be bounds checked | Darrick J. Wong | 3 | -39/+60 |
2023-07-03 | ovl: move all parameter handling into params.{c,h} | Christian Brauner | 4 | -564/+581 |
2023-07-02 | fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/ | Konstantin Komarov | 1 | -3/+4 |
2023-07-02 | fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l... | Konstantin Komarov | 3 | -2/+195 |
2023-07-02 | fs/ntfs3: Fix endian problem | Konstantin Komarov | 2 | -7/+6 |
2023-07-02 | fs/ntfs3: Add ability to format new mft records with bigger/smaller header | Konstantin Komarov | 3 | -3/+14 |
2023-07-02 | fs/ntfs3: Code refactoring | Konstantin Komarov | 7 | -81/+88 |
2023-07-02 | fs/ntfs3: Code formatting | Konstantin Komarov | 14 | -83/+92 |
2023-07-02 | fs/ntfs3: Do not update primary boot in ntfs_init_from_boot() | Konstantin Komarov | 1 | -19/+39 |
2023-07-02 | fs/ntfs3: Alternative boot if primary boot is corrupted | Konstantin Komarov | 1 | -27/+71 |
2023-07-02 | fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted | Konstantin Komarov | 4 | -1/+15 |
2023-07-02 | fs/ntfs3: Fix ntfs_atomic_open | Konstantin Komarov | 1 | -12/+3 |
2023-07-02 | fs/ntfs3: Correct checking while generating attr_list | Konstantin Komarov | 1 | -15/+10 |
2023-07-02 | fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() | Tetsuo Handa | 1 | -2/+2 |
2023-07-02 | fs: ntfs3: Fix possible null-pointer dereferences in mi_read() | Jia-Ju Bai | 1 | -2/+2 |
2023-07-02 | fs/ntfs3: Return error for inconsistent extended attributes | Edward Lo | 1 | -0/+1 |
2023-07-02 | fs/ntfs3: Enhance sanity check while generating attr_list | Edward Lo | 1 | -5/+11 |
2023-07-02 | fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range() | Yangtao Li | 1 | -1/+1 |
2023-07-02 | ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() | Zeng Heng | 1 | -0/+3 |
2023-07-02 | Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |