summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown5-53/+16
2024-01-08svc: don't hold reference for poolstats, only mutex.NeilBrown3-24/+6
2024-01-08NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2-44/+1
2024-01-08nfsd: remove unnecessary NULL checkDan Carpenter1-1/+1
2024-01-08NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever3-7/+14
2024-01-08NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2-1/+26
2024-01-08NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever1-3/+17
2024-01-08NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2-27/+1
2024-01-08NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever1-1/+1
2024-01-08NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov1-4/+3
2024-01-08nfsd: new Kconfig option for legacy client trackingJeff Layton3-34/+85
2024-01-06Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-21/+17
2024-01-05buffer: fix unintended successful returnMatthew Wilcox (Oracle)1-5/+12
2024-01-05Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-22/+40
2024-01-05ext4: move ext4_check_bdev_write_error() into nojournal modeZhihao Cheng1-3/+2
2024-01-05jbd2: abort journal when detecting metadata writeback error of fs devZhihao Cheng1-0/+14
2024-01-05jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng1-11/+0
2024-01-05jbd2: replace journal state flag by checking errseqZhihao Cheng1-5/+5
2024-01-05jbd2: add errseq to detect client fs's bdev writeback errorZhihao Cheng2-6/+2
2024-01-05ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()Gou Hao1-9/+4
2024-01-05ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()Ojaswin Mujoo1-0/+6
2024-01-05ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo1-2/+4
2024-01-05ext4: enable dioread_nolock as default for bs < ps caseOjaswin Mujoo1-10/+1
2024-01-05ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao1-3/+2
2024-01-05nfsd: drop the nfsd_put helperJeff Layton2-21/+17
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Rafael J. Wysocki1-5/+23
2024-01-03Merge tag 'trace-v6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+5
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)1-1/+1
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2024-01-02jfs: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+2
2024-01-02jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet6-14/+63
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet10-9/+255
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet9-30/+172
2024-01-01bcachefs: Add persistent identifiers for recovery passesKent Overstreet3-39/+84
2024-01-01bcachefs: prt_bitflags_vector()Kent Overstreet3-0/+25
2024-01-01bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet2-253/+253
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet1-41/+41
2024-01-01bcachefs: DARRAY_PREALLOCATED()Kent Overstreet2-13/+20
2024-01-01bcachefs: Switch darray to kvmalloc()Kent Overstreet2-2/+4
2024-01-01bcachefs: Factor out darray resize slowpathKent Overstreet3-11/+39
2024-01-01bcachefs: fix setting version_upgrade_completeKent Overstreet1-2/+2
2024-01-01bcachefs: fix invalid free in dio write pathKent Overstreet1-8/+5
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet1-11/+24
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells4-0/+45
2024-01-01afs: Fix offline and busy message emissionDavid Howells2-14/+25
2024-01-01afs: Fix fileserver rotationDavid Howells6-134/+198
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells12-199/+344
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells10-19/+239
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells4-26/+61