summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-12-10ext4: do not perform data journaling when data is encryptedSergey Karamov
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-10ext4: return -ENOMEM instead of successDan Carpenter
2016-12-10ext4: reject inodes with negative sizeDarrick J. Wong
2016-12-09Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2016-12-07f2fs: detect wrong layoutJaegeuk Kim
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2016-12-05f2fs: call sync_fs when f2fs is idleJaegeuk Kim
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-12-03ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter
2016-12-03ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara
2016-12-03mbcache: document that "find" functions only return reusable entriesEric Biggers
2016-12-03mbcache: use consistent type for entry countEric Biggers
2016-12-03mbcache: remove unnecessary module_get/module_putEric Biggers
2016-12-03mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers
2016-12-03mbcache: correctly handle 'e_referenced' bitEric Biggers
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2016-12-01ext4: warn when page is dirtied without buffersJan Kara
2016-12-01block: protect iterate_bdevs() against concurrent closeRabin Vincent
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport
2016-11-29f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim
2016-11-29kernfs: Declare two local data structures staticBart Van Assche
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan
2016-11-28Call echo service immediately after socket reconnectSachin Prabhu
2016-11-28CIFS: Fix BUG() in calc_seckey()Sachin Prabhu
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-26fix default_file_splice_read()Al Viro
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen
2016-11-25f2fs: fix 32-bit buildArnd Bergmann
2016-11-25f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2016-11-25f2fs: fix incorrect free inode count in ->statfsChao Yu
2016-11-25f2fs: drop duplicate header timer.hGeliang Tang
2016-11-25f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim