summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-05-09hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-27ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-9/+10
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson1-4/+5
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-15io_uring: fix fs->users overflowPavel Begunkov1-10/+18
2022-04-15btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-04-15jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-15NFS: swap-out must always use STABLE writes.NeilBrown1-4/+6
2022-04-15NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2-16/+30
2022-04-15NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-04-15minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-04-15ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-04-15gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-15ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-15ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-15ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-15ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-15ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-15ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-04-15ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-04-15ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-15NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22
2022-04-15NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-04-15jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2022-04-15NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-04-15NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-04-15ext2: correct max file size computingZhang Yi1-1/+5
2022-04-15f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-04-15f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-04-15jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-04-15jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-04-15jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-04-15f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-04-15f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-04-15f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-04-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-03-28nfsd: Containerise filecache laundretteTrond Myklebust3-42/+207
2022-03-28nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust1-7/+6
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11