summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-181-6/+5
* VFS: Fix memory leak caused by concurrently mounting fs with subtypeChenXiaoSong2022-05-151-3/+6
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-121-0/+8
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-271-1/+10
* ext4: fix symlink file size not match to file contentYe Bin2022-04-271-1/+3
* stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-271-9/+10
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-04-271-4/+5
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-201-0/+3
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-04-151-1/+1
* jfs: prevent NULL deref in diFreeHaimin Zhang2022-04-151-1/+2
* NFS: swap-out must always use STABLE writes.NeilBrown2022-04-151-4/+6
* NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-04-152-16/+30
* NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-04-151-0/+12
* minix: fix bug when opening a file with O_DIRECTQinghua Jin2022-04-151-1/+2
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-04-151-4/+8
* gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-04-151-1/+2
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-04-151-0/+3
* ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-04-151-4/+30
* ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-04-151-1/+1
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-04-151-0/+2
* ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-04-151-10/+15
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-04-151-2/+0
* ntfs: add sanity check on allocation sizeDongliang Mu2022-04-151-0/+4
* ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o2022-04-151-0/+25
* NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-04-153-18/+22
* jfs: fix divide error in dbNextAGPavel Skripkin2022-04-151-0/+7
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-04-151-4/+0
* ext2: correct max file size computingZhang Yi2022-04-151-1/+5
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-04-151-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-04-151-1/+3
* jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-04-151-1/+1
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-151-1/+3
* NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-04-152-2/+2
* fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-04-153-1/+14
* ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-231-11/+11
* fs: sysfs_emit: Remove PAGE_SIZE alignment checkLucas Wei2022-03-231-2/+1
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2022-03-161-0/+1
* ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2022-03-161-0/+5
* btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-081-0/+18
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-03-021-2/+3
* fget: clarify and improve __fget_files() implementationLinus Torvalds2022-03-021-16/+57
* configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-03-021-0/+14
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-231-6/+3
* NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-231-2/+2
* ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi2022-02-231-7/+14