summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-25fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+14
2022-06-25ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-25ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-25ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-25pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-259p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-06-14ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-06-14dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-06-14dlm: fix plock invalid readAlexander Aring1-7/+5
2022-06-14ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-14ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-14ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-14fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-06-14inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-06-14fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-06-06exec: Force single empty string when argv is emptyKees Cook1-0/+17
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
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-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-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-20jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-20gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-20ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-20ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-20ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-04-20ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-04-20jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2022-04-20NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-04-20ext2: correct max file size computingZhang Yi1-1/+5
2022-04-20jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-04-20jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-04-20jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-04-20NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-03-23fs: sysfs_emit: Remove PAGE_SIZE alignment checkLucas Wei1-2/+1
2022-03-16btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-02fget: clarify and improve __fget_files() implementationLinus Torvalds1-16/+57
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8