summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix format of setxattr debugMiklos Szeredi2018-10-101-2/+2
* ovl: fix memory leak on unlink of indexed fileAmir Goldstein2018-10-101-1/+2
* ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-101-1/+1
* ovl: set I_CREATING on inode being createdMiklos Szeredi2018-10-101-0/+4
* vfs: don't evict uninitialized inodeMiklos Szeredi2018-10-101-2/+6
* new primitive: discard_new_inode()Al Viro2018-10-102-5/+42
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-10-101-0/+8
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-10-101-3/+8
* afs: Fix cell specification to permit an empty address listDavid Howells2018-10-101-8/+7
* ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov2018-10-101-5/+11
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-10-101-10/+3
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-10-101-3/+0
* btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain2018-10-101-1/+6
* Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-10-104-21/+22
* isofs: reject hardware sector size > 2048 bytesEric Sandeen2018-10-031-0/+7
* filesystem-dax: Fix use of zero pageMatthew Wilcox2018-10-031-11/+2
* ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-10-031-1/+1
* fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko2018-10-031-0/+7
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-031-0/+1
* iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-10-031-10/+11
* ext4, dax: set ext4_dax_aops for dax filesToshi Kani2018-09-291-1/+1
* ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-291-0/+1
* ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
* 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 arithemetic overflow that can trigger a BUGTheodore Ts'o2018-09-292-2/+9
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-09-292-12/+12
* ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-09-291-0/+6
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-291-0/+1
* Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-291-24/+0
* f2fs: do checkpoint in kill_sbJaegeuk Kim2018-09-261-3/+13
* configfs: fix registered group removalMike Christie2018-09-261-0/+11
* vfs: fix freeze protection in mnt_want_write_file() for overlayfsMiklos Szeredi2018-09-261-3/+4
* binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki2018-09-261-1/+1
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-262-3/+9
* NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-261-1/+1
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-261-2/+2
* 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
* ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi2018-09-261-12/+14
* pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14
* gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-09-261-1/+2
* 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
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-09-191-2/+2
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-09-191-4/+15
* f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-09-192-13/+31
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19