summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-04Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-04Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2023-11-02Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-11-02Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-02eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)
2023-11-02eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)
2023-11-02eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)
2023-11-01eventfs: Save ownership and modeSteven Rostedt (Google)
2023-11-01eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)
2023-11-01eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)
2023-11-01eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)
2023-11-01eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)
2023-11-01eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)
2023-11-01Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01ocfs2: fix a spelling typo in commentKunwu Chan
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov
2023-11-01ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Jia Rui
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster
2023-10-31cifs: add xid to query server interface callShyam Prasad N
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara