summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter2018-06-161-0/+4
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-06-161-3/+14
* hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz2018-06-161-3/+12
* ext4: fix bitmap position validationLukas Czerner2018-06-161-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-06-162-2/+20
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-06-161-0/+6
* cifs: empty TargetInfo leads to crash on recoveryDan Aloni2018-06-161-0/+3
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-06-161-1/+4
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2018-06-161-8/+55
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-03-031-3/+3
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-031-0/+3
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2018-03-031-0/+4
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-03-031-1/+1
* Btrfs: disable FUA if mounted with nobarrierOmar Sandoval2018-03-031-4/+5
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2018-03-031-0/+1
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2018-03-031-0/+1
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-03-031-1/+2
* btrfs: clear space cache inode generation alwaysJosef Bacik2018-03-031-7/+7
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2018-02-131-2/+4
* autofs: fix careless error in recent commitNeilBrown2018-02-131-1/+0
* autofs: don't fail mount for transient errorNeilBrown2018-02-131-1/+14
* NFS: Fix typo in nomigration mount optionJoshua Watt2018-02-131-1/+1
* nfs: Fix ugly referral attributesChuck Lever2018-02-131-10/+8
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2018-02-131-6/+2
* eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2018-02-131-3/+4
* Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2018-02-131-3/+14
* f2fs: remove redundant lines in allocate_data_blockDongho Sim2018-02-131-3/+0
* coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2018-02-131-2/+1
* isofs: fix timestamps beyond 2027Arnd Bergmann2018-02-133-3/+3
* btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King2018-02-131-2/+2
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2018-02-131-0/+5
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2018-02-132-0/+6
* elf_fdpic: fix unused variable warningArnd Bergmann2018-02-131-0/+2
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2018-02-131-2/+4
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2018-01-011-2/+18
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2018-01-011-1/+1
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2018-01-011-6/+18
* SMB3: Validate negotiate request must always be signedSteve French2018-01-011-0/+3
* SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2018-01-011-1/+2
* SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2018-01-011-2/+5
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2018-01-011-1/+2
* fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2018-01-012-5/+15
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2018-01-012-9/+25
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2018-01-011-0/+7
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2018-01-011-1/+2
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2018-01-011-1/+1
* vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2018-01-011-2/+2
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2018-01-011-0/+4
* Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval2018-01-011-3/+3
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2018-01-011-0/+7