summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-10-131-3/+8
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-10-131-3/+0
* ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-10-132-0/+7
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-131-0/+1
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-10-131-1/+0
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-10-131-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-10-131-0/+2
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-10-132-12/+12
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-10-131-0/+1
* binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki2018-09-261-1/+1
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-261-2/+9
* pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14
* gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-09-261-1/+1
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-261-2/+19
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-261-1/+1
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-09-261-11/+12
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-09-261-0/+6
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-09-261-1/+1
* smb3: fix reset of bytes read and written statsSteve French2018-09-261-0/+8
* fat: validate ->i_start before usingOGAWA Hirofumi2018-09-263-10/+20
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-09-261-1/+1
* hfs: prevent crash on exit from failed searchErnesto A. Fernández2018-09-261-3/+4
* hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-09-261-1/+3
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-09-261-0/+7
* getxattr: use correct xattr lengthChristian Brauner2018-09-091-1/+1
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-09-091-0/+5
* Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger2018-09-091-1/+1
* ubifs: Fix memory leak in lprobs self-checkRichard Weinberger2018-09-091-4/+4
* pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-09-091-1/+1
* scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2018-09-051-0/+44
* fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-051-0/+1
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-09-051-0/+1
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1
* cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-09-051-1/+0
* cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-09-051-5/+12
* fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-09-051-2/+4
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-281-1/+3
* fix __legitimize_mnt()/mntput() raceAl Viro2018-08-171-0/+14
* fix mntput/mntput raceAl Viro2018-08-171-2/+12
* root dentries need RCU-delayed freeingAl Viro2018-08-171-2/+4
* jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-08-091-4/+6
* squashfs: more metadata hardeningsLinus Torvalds2018-08-093-6/+13
* squashfs: more metadata hardeningLinus Torvalds2018-08-091-0/+2
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-08-094-5/+16
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-281-7/+13
* 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