summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe1-8/+7
2022-04-13io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong3-12/+14
2022-04-13Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2-2/+1
2022-04-13NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2-7/+13
2022-04-13NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust3-17/+22
2022-04-13jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-13NFS: swap-out must always use STABLE writes.NeilBrown1-4/+6
2022-04-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2-16/+30
2022-04-13NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-04-13NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong1-3/+6
2022-04-13minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-04-13gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher6-8/+9
2022-04-13gfs2: Fix gfs2_release for non-writers regressionBob Peterson1-3/+4
2022-04-13gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher1-2/+2
2022-04-13ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-04-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2-13/+33
2022-04-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman1-11/+11
2022-04-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman1-6/+0
2022-04-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman3-43/+36
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-04-08io_uring: fix memory leak of uid in files registrationPavel Begunkov1-0/+1
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-08ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-04-08ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu1-3/+2
2022-04-08NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-04-08f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-08ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani1-55/+76
2022-04-08ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani1-7/+12
2022-04-08fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata1-6/+18
2022-04-08fs: fix fd table size alignment properlyLinus Torvalds1-2/+1
2022-04-08fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds1-0/+30
2022-04-08NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22