summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-04-031-0/+1
* btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-04-031-1/+11
* btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-04-031-1/+2
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-04-031-0/+13
* btrfs: validate device maj:min during openAnand Jain2024-04-031-0/+10
* btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-04-031-10/+47
* btrfs: fix deadlock with fiemap and extent lockingJosef Bacik2024-04-031-17/+45
* fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche2024-04-031-2/+6
* ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2024-04-032-29/+42
* NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)2024-04-031-1/+1
* ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2024-04-031-1/+4
* cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-04-031-1/+2
* cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-04-031-2/+2
* cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-04-032-11/+8
* cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter2024-04-031-15/+11
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-04-034-3/+13
* nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi2024-04-031-1/+1
* nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2024-04-032-4/+14
* f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong2024-04-031-1/+3
* f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong2024-04-031-0/+1
* dlm: fix user space lkb refcountingAlexander Aring2024-04-031-5/+5
* ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis2024-04-031-2/+8
* ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis2024-04-033-66/+127
* eventfd: simplify eventfd_signal()Christian Brauner2024-04-032-8/+5
* cifs: allow changing password during remountSteve French2024-04-034-5/+30
* cifs: prevent updating file size from server if we have a read/write leaseBharath SM2024-04-034-12/+17
* smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-04-033-81/+57
* NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington2024-04-031-0/+2
* nfs: fix UAF in direct writesJosef Bacik2024-04-032-3/+10
* debugfs: fix wait/cancellation handling during removeJohannes Berg2024-04-031-5/+20
* ext4: fix corruption during on-line resizeMaximilian Heyne2024-04-031-1/+2
* btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana2024-04-031-1/+1
* btrfs: qgroup: always free reserved space for extent recordsQu Wenruo2024-04-031-5/+5
* fuse: don't unhash rootMiklos Szeredi2024-04-032-3/+5
* fuse: fix root lookup with nonzero generationMiklos Szeredi2024-04-031-0/+4
* fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi2024-04-031-1/+1
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-04-031-9/+4
* fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert2024-04-031-2/+6
* fat: fix uninitialized field in nostale filehandlesJan Kara2024-04-031-0/+6
* ext4: correct best extent lstart adjustment logicBaokun Li2024-04-031-6/+11
* ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-261-10/+13
* bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-03-261-1/+3
* bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-03-261-3/+12
* bcachefs: check for failure to downgradeKent Overstreet2024-03-262-0/+13
* bcachefs: install fd later to avoid race with closeMathias Krause2024-03-261-2/+1
* bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller2024-03-261-1/+1
* nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik2024-03-261-1/+1
* afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-261-10/+0
* f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu2024-03-261-5/+0
* f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-263-6/+32