summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro
2016-05-02parallel lookups machinery, part 3Al Viro
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro
2016-05-02lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-04-08orangefs: remove unused variableMartin Brandenburg
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall
2016-04-08Orangefs: xattr.c cleanupMike Marshall
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy
2016-04-04btrfs: Add qgroup tracingMark Fasheh
2016-04-04Btrfs: don't use src fd for printkJosef Bacik
2016-04-04btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba
2016-04-04btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh
2016-04-04btrfs: Output more info for enospc_debug mount optionQu Wenruo
2016-04-04Btrfs: fix invalid reference in replace_pathLiu Bo
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano
2016-04-03ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o