summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-25fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-07-11jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+8
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-03Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-3/+30
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2018-07-03UBIFS: Fix potential integer overflow in allocationSilvio Cesare1-1/+1
2018-07-03Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-07-03fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-07-03btrfs: scrub: Don't use inode pages for device replaceQu Wenruo1-1/+1
2018-07-03ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-07-03ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-07-03Btrfs: make raid6 rebuild retry moreLiu Bo2-5/+22
2018-07-03Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin2-22/+5
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2018-06-13xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2018-06-06fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2-2/+5
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-05-30btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-05-30fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-05-30Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-05-30cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-05-30proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-05-30ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12