summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-291-1/+0
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-291-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-291-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-09-292-12/+12
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-291-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
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-09-192-2/+3
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-09-191-3/+8
* f2fs: do not set free of current sectionYunlong Song2018-09-191-0/+3
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-09-151-4/+6
* ovl: proper cleanup of workdirMiklos Szeredi2018-09-153-2/+65
* ovl: override creds with the ones from the superblock mounterAntonio Murdaca2018-09-155-99/+27
* ovl: rename is_merge to is_lowestMiklos Szeredi2018-09-151-8/+8
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-151-1/+1
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-09-151-11/+12
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-09-151-0/+6
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-09-151-1/+1
* smb3: fix reset of bytes read and written statsSteve French2018-09-151-0/+8
* fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa2018-09-151-1/+2
* fat: validate ->i_start before usingOGAWA Hirofumi2018-09-153-10/+20
* hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández2018-09-151-2/+2
* reiserfs: change j_timestamp type to time64_tArnd Bergmann2018-09-151-1/+1
* hfs: prevent crash on exit from failed searchErnesto A. Fernández2018-09-151-3/+4
* hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-09-151-1/+3
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-09-151-0/+7
* fs/quota: Fix spectre gadget in do_quotactlJeremy Cline2018-09-091-0/+2
* getxattr: use correct xattr lengthChristian Brauner2018-09-091-1/+1
* ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger2018-09-091-0/+5
* ubifs: Check data node size before truncateRichard Weinberger2018-09-091-1/+10
* 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
* fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun2018-09-091-2/+4
* 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: Fix oops at process_init_reply()Miklos Szeredi2018-09-051-14/+11
* fuse: umount should wait for all requestsMiklos Szeredi2018-09-053-4/+22
* fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
* fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
* 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
* ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann2018-09-051-3/+10
* ext4: check for NUL characters in extended attribute's nameTheodore Ts'o2018-09-051-0/+2
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1