summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: set the default compress_level on ioctlJaegeuk Kim2023-11-281-0/+9
* f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2023-11-282-8/+16
* gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher2023-11-281-3/+1
* btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-281-0/+7
* xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-281-15/+17
* cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-281-3/+9
* cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-283-8/+8
* cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-281-1/+0
* cifs: force interface update before a fresh session setupShyam Prasad N2023-11-281-1/+5
* cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-281-4/+5
* smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-283-7/+29
* smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-11-283-12/+8
* smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara2023-11-281-35/+49
* smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara2023-11-281-0/+6
* smb3: fix caching of ctime on setxattrSteve French2023-11-281-1/+4
* smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-282-0/+31
* smb3: fix touch -h of symlinkSteve French2023-11-281-0/+1
* smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French2023-11-283-2/+12
* fs: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-2/+2
* quota: explicitly forbid quota files from being encryptedEric Biggers2023-11-281-0/+14
* jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng2023-11-281-0/+8
* ima: detect changes to the backing overlay fileMimi Zohar2023-11-281-1/+1
* btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik2023-11-281-3/+0
* ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon2023-11-281-3/+26
* ksmbd: handle malformed smb1 messageNamjae Jeon2023-11-281-0/+11
* ksmbd: fix recursive locking in vfs helpersMarios Makassikis2023-11-281-20/+3
* watchdog: move softlockup_panic back to early_paramKrister Johansen2023-11-281-1/+0
* proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-281-0/+7
* cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-281-3/+2
* cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-281-2/+2
* gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher2023-11-281-3/+4
* NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-281-2/+3
* NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia2023-11-281-1/+6
* gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng2023-11-281-4/+6
* gfs2: fix an oops in gfs2_permissionAl Viro2023-11-282-3/+10
* gfs2: ignore negated quota changesBob Peterson2023-11-281-0/+11
* 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-11-281-2/+3
* f2fs: fix error handling of __get_node_pageZhiguo Niu2023-11-281-1/+2
* f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu2023-11-281-2/+9
* exfat: support handle zero-size directoryYuezhang Mo2023-11-281-7/+22
* jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-11-281-1/+4
* jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-11-281-4/+10
* fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-11-281-0/+6
* fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-11-281-1/+2
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-11-2825-169/+205
* btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo2023-11-201-3/+7
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* eventfs: Check for NULL ef in eventfs_set_attr()Steven Rostedt (Google)2023-11-201-2/+2
* fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET2023-11-201-5/+5
* f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-11-201-0/+1