summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-06-141-0/+1
* ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-06-141-1/+15
* dlm: fix missing lkb refcount handlingAlexander Aring2022-06-141-2/+9
* dlm: fix plock invalid readAlexander Aring2022-06-141-7/+5
* ext4: verify dir block before splitting itJan Kara2022-06-141-11/+21
* ext4: fix bug_on in ext4_writepagesYe Bin2022-06-141-0/+12
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-06-141-3/+27
* fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng2022-06-141-5/+8
* inotify: show inotify mask flags in proc fdinfoAmir Goldstein2022-06-143-10/+15
* fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-06-141-3/+4
* fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-06-141-1/+2
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-141-2/+2
* NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-06-061-8/+4
* exec: Force single empty string when argv is emptyKees Cook2022-06-061-0/+17
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* 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
* 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
* jfs: prevent NULL deref in diFreeHaimin Zhang2022-04-201-1/+2
* gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-04-201-1/+2
* ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-04-201-1/+1
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-04-201-0/+2
* ntfs: add sanity check on allocation sizeDongliang Mu2022-04-201-0/+4
* ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o2022-04-201-0/+25
* jfs: fix divide error in dbNextAGPavel Skripkin2022-04-201-0/+7
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-04-201-4/+0
* ext2: correct max file size computingZhang Yi2022-04-201-1/+5
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-04-201-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-04-201-1/+3
* jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-04-201-1/+1
* NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-04-202-2/+2
* 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
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* fget: clarify and improve __fget_files() implementationLinus Torvalds2022-03-021-16/+57
* tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-03-021-2/+3
* 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
* quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-02-231-3/+8
* vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-02-231-7/+12
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-02-162-2/+3
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-02-161-1/+4
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-02-161-3/+4
* NFSD: Clamp WRITE offsetsChuck Lever2022-02-162-2/+8
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-161-1/+1