summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-221-0/+6
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-07-111-0/+1
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-112-8/+20
* udf: Detect incorrect directory sizeJan Kara2018-07-031-0/+3
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-07-031-2/+3
* UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-07-031-1/+1
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-07-031-3/+9
* btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-07-031-1/+1
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-07-031-1/+1
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-07-031-18/+18
* isofs: fix potential memory leak in mount option parsingChengguang Xu2018-07-031-0/+3
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-07-031-14/+11
* fix io_destroy()/aio_complete() raceAl Viro2018-06-131-2/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-05-301-2/+3
* btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney2018-05-301-1/+1
* Btrfs: fix copy_items() return value when logging an inodeFilipe Manana2018-05-301-0/+1
* btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo2018-05-301-1/+1
* btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-05-301-0/+1
* Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo2018-05-301-2/+5
* Btrfs: bail out on error during replay_dir_deletesLiu Bo2018-05-301-1/+3
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-05-301-7/+7
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-05-301-0/+3
* Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-05-301-0/+3
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-05-301-3/+1
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-05-301-1/+28
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-05-302-0/+8
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-05-301-3/+2
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-05-301-1/+0
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-05-301-3/+9
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-05-301-1/+1
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-3012-66/+53
* aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-301-2/+2
* affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-301-3/+7
* hfsplus: stop workqueue when fill_super() failedTetsuo Handa2018-05-251-0/+1
* ext2: fix a block leakAl Viro2018-05-251-10/+0
* pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2018-05-251-0/+3
* lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2018-05-251-0/+2
* ext4: fix bitmap position validationLukas Czerner2018-05-021-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-022-3/+21
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-021-0/+1
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-291-1/+1
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-292-42/+4
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2018-04-291-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2018-04-293-54/+74
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-291-4/+5
* fanotify: fix logic of events on childAmir Goldstein2018-04-241-19/+15