summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2-6/+3
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 Viro3-11/+29
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro5-25/+18
2016-05-02parallel lookups: actual switch to rwsemAl Viro9-26/+34
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro2-21/+76
2016-05-02parallel lookups machinery, part 3Al Viro2-25/+123
2016-05-02parallel lookups machinery, part 2Al Viro2-2/+33
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2-0/+17
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 Viro93-426/+364
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro24-66/+69
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro29-110/+108
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 Viro25-42/+33
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-32/+215
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-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches1-14/+17
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall2-2/+2
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-86/+244
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+20
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-44/+72
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds247-2183/+2173
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov34-89/+78
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov243-2096/+2097
2016-04-04btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy1-0/+2
2016-04-04btrfs: Add qgroup tracingMark Fasheh1-0/+9