summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-03nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+3
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2018-03-03btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-03-03Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-4/+5
2018-03-03btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2018-03-03ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan1-0/+1
2018-03-03quota: Check for register_shrinker() failure.Tetsuo Handa1-1/+2
2018-03-03btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2018-02-13nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2018-02-13autofs: fix careless error in recent commitNeilBrown1-1/+0
2018-02-13autofs: don't fail mount for transient errorNeilBrown1-1/+14
2018-02-13NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2018-02-13nfs: Fix ugly referral attributesChuck Lever1-10/+8
2018-02-13NFS: Avoid RCU usage in tracepointsAnna Schumaker1-6/+2
2018-02-13eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2018-02-13Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song1-3/+14
2018-02-13f2fs: remove redundant lines in allocate_data_blockDongho Sim1-3/+0
2018-02-13coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2018-02-13isofs: fix timestamps beyond 2027Arnd Bergmann3-3/+3
2018-02-13btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2
2018-02-13f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim1-0/+5
2018-02-13fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2-0/+6
2018-02-13elf_fdpic: fix unused variable warningArnd Bergmann1-0/+2
2018-02-13ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+18
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-1/+1
2018-01-01ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2018-01-01SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2018-01-01SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp1-1/+2
2018-01-01SMB: fix leak of validate negotiate info response bufferDavid Disseldorp1-2/+5
2018-01-01fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2018-01-01fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2-5/+15
2018-01-01ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-9/+25
2018-01-01FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2018-01-01direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2018-01-01lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2018-01-01vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2018-01-01btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2018-01-01Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2018-01-01SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2018-01-01SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2018-01-01cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2018-01-01cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2018-01-01cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-11-26f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-11-26btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+3
2017-11-26dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman1-1/+12