aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-12Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Gravatar Jens Axboe 5-66/+63
2023-12-12file: remove __receive_fd()Gravatar Christian Brauner 1-8/+3
2023-12-12fs: replace f_rcuhead with f_task_workGravatar Christian Brauner 1-3/+3
2023-12-12file: remove pointless wrapperGravatar Christian Brauner 2-15/+10
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gGravatar Christian Brauner 2-6/+10
2023-12-12Improve __fget_files_rcu() code generation (and thus __fget_light())Gravatar Linus Torvalds 1-18/+33
2023-12-12file: massage cleanup of files that failed to openGravatar Al Viro 3-17/+5
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-23/+0
2023-12-09Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-58/+187
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-14/+63
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Gravatar Ryusuke Konishi 1-7/+35
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTIGravatar Sidhartha Kumar 1-0/+1
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callGravatar Ryusuke Konishi 1-1/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Gravatar Lizhi Xu 1-1/+1
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setGravatar Peter Xu 1-1/+1
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkGravatar Peter Xu 1-4/+20
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyGravatar Shyam Prasad N 2-18/+19
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Gravatar Shyam Prasad N 2-34/+16
2023-12-05cifs: Fix non-availability of dedup breaking generic/304Gravatar David Howells 1-1/+3
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Gravatar Paulo Alcantara 1-0/+2
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEGravatar David Howells 1-11/+57
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()Gravatar David Howells 1-3/+99
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Gravatar Johannes Berg 3-23/+0
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 36-228/+394
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-10/+182
2023-11-30smb: client, common: fix fortify warningsGravatar Dmitry Antipov 5-31/+40
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 3-10/+182
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedGravatar David Howells 1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedGravatar David Howells 1-2/+8
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcGravatar Kent Overstreet 2-4/+10
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Gravatar Kent Overstreet 1-4/+5
2023-11-28bcachefs: Fix race between btree writes and metadata dropGravatar Kent Overstreet 1-0/+4
2023-11-28bcachefs: move journal seq assertionGravatar Kent Overstreet 2-3/+3
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failGravatar Kent Overstreet 1-0/+4
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksGravatar Paulo Alcantara 1-0/+2
2023-11-28smb: client: fix missing mode bits for SMB symlinksGravatar Paulo Alcantara 1-1/+1
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeGravatar Kent Overstreet 3-17/+14
2023-11-28bcachefs: Fix split_race livelockGravatar Kent Overstreet 1-1/+5
2023-11-28bcachefs: Fix bucket data type for stripe bucketsGravatar Kent Overstreet 1-2/+6
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageGravatar Kent Overstreet 4-31/+53
2023-11-28bcachefs: Fix zstd compress workspace sizeGravatar Kent Overstreet 2-7/+11
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-10/+62
2023-11-27Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 9-141/+162
2023-11-27debugfs: add API to allow debugfs operations cancellationGravatar Johannes Berg 3-1/+118
2023-11-27debugfs: annotate debugfs handlers vs. removal with lockdepGravatar Johannes Berg 3-0/+28
2023-11-27debugfs: fix automount d_fsdata usageGravatar Johannes Berg 3-9/+36
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-48/+30
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-375/+314