summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-10ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+16
2016-12-10ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2016-12-10ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2016-12-09Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim3-11/+29
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2016-12-07f2fs: detect wrong layoutJaegeuk Kim2-0/+13
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-12-05f2fs: call sync_fs when f2fs is idleJaegeuk Kim1-1/+4
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim3-12/+7
2016-12-03ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter1-1/+1
2016-12-03ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara1-6/+15
2016-12-03mbcache: document that "find" functions only return reusable entriesEric Biggers1-8/+8
2016-12-03mbcache: use consistent type for entry countEric Biggers1-8/+7
2016-12-03mbcache: remove unnecessary module_get/module_putEric Biggers1-5/+0
2016-12-03mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers1-1/+2
2016-12-03mbcache: correctly handle 'e_referenced' bitEric Biggers1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-17/+33
2016-12-02ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o1-1/+2
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers1-6/+21
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2-4/+5
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers1-4/+7
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers1-0/+6
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers2-6/+1
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2016-12-01ext4: warn when page is dirtied without buffersJan Kara1-0/+9
2016-12-01block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-29f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu1-0/+11
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim3-20/+31
2016-11-29kernfs: Declare two local data structures staticBart Van Assche1-2/+2
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara2-5/+24
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara2-1/+4
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-11-28Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-11-28CIFS: Fix BUG() in calc_seckey()Sachin Prabhu1-3/+8
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2-11/+23
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+37
2016-11-26fix default_file_splice_read()Al Viro1-1/+2
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen1-1/+1
2016-11-25f2fs: fix 32-bit buildArnd Bergmann1-1/+2
2016-11-25f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2016-11-25f2fs: fix incorrect free inode count in ->statfsChao Yu1-1/+2
2016-11-25f2fs: drop duplicate header timer.hGeliang Tang1-1/+0
2016-11-25f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim1-1/+2