aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-26btrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn1-1/+2
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana1-5/+5
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana1-2/+2
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana1-1/+1
2024-03-26btrfs: validate device maj:min during openAnand Jain1-0/+10
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
2024-03-26fsnotify: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-12/+8
2024-03-26minix: convert minix to use the new mount apiBill O'Donnell1-18/+30
2024-03-26vfs: Convert tracefs to use the new mount APIDavid Howells1-105/+91
2024-03-26vfs: Convert debugfs to use the new mount APIDavid Howells1-105/+93
2024-03-26openpromfs: finish conversion to the new mount APIEric Sandeen1-4/+4
2024-03-26freevxfs: Convert freevxfs to the new mount API.Eric Sandeen1-29/+40
2024-03-26qnx6: convert qnx6 to use the new mount apiBill O'Donnell1-48/+69
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi1-3/+10
2024-03-26fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li1-0/+1
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)2-8/+0
2024-03-26statx: stx_subvolKent Overstreet3-0/+7
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu3-27/+51
2024-03-25fanotify: remove unneeded sub-zero check for unsigned valueNikita Kiryushin1-1/+1
2024-03-25udf: Remove second semicolonColin Ian King1-1/+1
2024-03-25isofs: convert isofs to use the new mount APIEric Sandeen1-233/+240
2024-03-25fs: quota: use group allocation of per-cpu counters APIKefeng Wang1-5/+4
2024-03-25Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
2024-03-25fs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-6/+10
2024-03-25xfs: don't use current->journal_infoDave Chinner4-21/+7
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang1-1/+0
2024-03-25fs/9p: remove redundant pointer v9sesColin Ian King1-4/+0
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu1-1/+1
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-13/+26
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-9/+22
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Jan Kara1-1/+2
2024-03-21binfmt: replace deprecated strncpyJustin Stitt1-1/+1
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-274/+428
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-33/+88
2024-03-21exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov1-0/+1
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+47
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-376/+293
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds26-111/+157
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-19exfat: remove duplicate update parent dirYuezhang Mo1-1/+2