linux/fs/ext4
Linus Torvalds d102a56edb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro:
 "Followups to the parallel lookup work:

   - update docs

   - restore killability of the places that used to take ->i_mutex
     killably now that we have down_write_killable() merged

   - Additionally, it turns out that I missed a prerequisite for
     security_d_instantiate() stuff - ->getxattr() wasn't the only thing
     that could be called before dentry is attached to inode; with smack
     we needed the same treatment applied to ->setxattr() as well"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  switch ->setxattr() to passing dentry and inode separately
  switch xattr_handler->set() to passing dentry and inode separately
  restore killability of old mutex_lock_killable(&inode->i_mutex) users
  add down_write_killable_nested()
  update D/f/directory-locking
2016-05-27 17:14:05 -07:00
..
acl.c
acl.h
balloc.c ext4: fix race in transient ENOSPC detection 2016-05-13 00:42:40 -04:00
bitmap.c
block_validity.c
crypto_fname.c
crypto_key.c
crypto_policy.c
crypto.c
dir.c Fix a number of bugs, most notably a potential stale data exposure 2016-05-24 12:55:26 -07:00
ext4_crypto.h
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
ext4.h ext4: pre-zero allocated blocks for DAX IO 2016-05-13 00:51:15 -04:00
extents_status.c
extents_status.h
extents.c
file.c DAX error handling for 4.7 2016-05-26 19:34:26 -07:00
fsync.c
hash.c
ialloc.c
indirect.c ext4: refactor direct IO code 2016-05-13 00:44:16 -04:00
inline.c
inode.c Fix a number of bugs, most notably a potential stale data exposure 2016-05-24 12:55:26 -07:00
ioctl.c Fix a number of bugs, most notably a potential stale data exposure 2016-05-24 12:55:26 -07:00
Kconfig
Makefile
mballoc.c
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c Fix a number of bugs, most notably a potential stale data exposure 2016-05-24 12:55:26 -07:00
page-io.c
readpage.c
resize.c
super.c ext4: Add alignment check for DAX mount 2016-05-17 00:44:11 -06:00
symlink.c
sysfs.c
truncate.h
xattr_security.c switch xattr_handler->set() to passing dentry and inode separately 2016-05-27 15:39:43 -04:00
xattr_trusted.c switch xattr_handler->set() to passing dentry and inode separately 2016-05-27 15:39:43 -04:00
xattr_user.c switch xattr_handler->set() to passing dentry and inode separately 2016-05-27 15:39:43 -04:00
xattr.c
xattr.h