summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro3-7/+4
2016-05-02cifs: switch to ->iterate_shared()Al Viro2-27/+30
2016-05-02fuse: switch to ->iterate_shared()Al Viro1-49/+45
2016-05-02switch all procfs directories ->iterate_shared()Al Viro7-20/+21
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro1-7/+8
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro1-5/+10
2016-05-02introduce a parallel variant of ->iterate()Al Viro5-11/+48
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-05-02parallel lookups: actual switch to rwsemAl Viro11-32/+73
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro3-23/+82
2016-05-02parallel lookups machinery, part 3Al Viro3-25/+125
2016-05-02parallel lookups machinery, part 2Al Viro5-3/+44
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro3-0/+35
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro1-3/+11
2016-05-02lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro1-6/+17
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro1-0/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro5-35/+35
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro1-3/+7
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro2-4/+4
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro1-2/+2
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro1-8/+9
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro1-3/+2
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro1-8/+7
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-10Linux 4.6-rc3v4.6-rc3Linus Torvalds1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-10Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-7/+13
2016-04-10Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-9/+84
2016-04-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-36/+49
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2-10/+0
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro7-98/+31
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsAl Viro1-36/+6
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-04-09Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-11/+29
2016-04-09Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-32/+53
2016-04-09Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-45/+95
2016-04-09Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+2
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds22-148/+151
2016-04-09Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-15/+1377
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-109/+164
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-10/+16
2016-04-09Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-62/+380
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-92/+448
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-33/+303
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-53/+28
2016-04-09Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-10/+9
2016-04-09i2c: jz4780: really prevent potential division by zeroWolfram Sang1-1/+6