Age | Commit message (Expand) | Author |
2016-05-02 | give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() | Al Viro |
2016-05-02 | parallel lookups: actual switch to rwsem | Al Viro |
2016-05-02 | parallel lookups machinery, part 4 (and last) | Al Viro |
2016-05-02 | parallel lookups machinery, part 3 | Al Viro |
2016-05-02 | parallel lookups machinery, part 2 | Al Viro |
2016-05-02 | beginning of transition to parallel lookups - marking in-lookup dentries | Al Viro |
2016-05-02 | __d_add(): don't drop/regain ->d_lock | Al Viro |
2016-05-02 | lookup_slow(): bugger off on IS_DEADDIR() from the very beginning | Al Viro |
2016-05-02 | nfs: missing wakeup in nfs_unblock_sillyrename() | Al Viro |
2016-05-02 | make ext2_get_page() and friends work without external serialization | Al Viro |
2016-05-02 | ovl_lookup_real(): use lookup_one_len_unlocked() | Al Viro |
2016-05-02 | reconnect_one(): use lookup_one_len_unlocked() | Al Viro |
2016-05-02 | reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack() | Al Viro |
2016-05-02 | orangefs: don't open-code inode_lock/inode_unlock | Al Viro |
2016-05-02 | ocfs2: don't open-code inode_lock/inode_unlock | Al Viro |
2016-05-02 | configfs_detach_prep(): make sure that wait_mutex won't go away | Al Viro |
2016-05-02 | kernfs: use lookup_one_len_unlocked() | Al Viro |
2016-05-02 | security_d_instantiate(): move to the point prior to attaching dentry to inode | Al Viro |
2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro |
2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro |
2016-04-10 | Revert "ext4: allow readdir()'s of large empty directories to be interrupted" | Linus Torvalds |
2016-04-10 | reiserfs: switch to generic_{get,set,remove}xattr() | Al Viro |
2016-04-10 | cifs: kill more bogus checks in ->...xattr() methods | Al Viro |
2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro |
2016-04-09 | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-04-09 | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-04-08 | orangefs: remove unused variable | Martin Brandenburg |
2016-04-08 | orangefs: Add KERN_<LEVEL> to gossip_<level> macros | Joe Perches |
2016-04-08 | orangefs: strncpy -> strscpy | Martin Brandenburg |
2016-04-08 | orangefs: clean up truncate ctime and mtime setting | Martin Brandenburg |
2016-04-08 | Orangefs: fix ifnullfree.cocci warnings | kbuild test robot |
2016-04-08 | Orangefs: optimize boilerplate code. | Mike Marshall |
2016-04-08 | Orangefs: xattr.c cleanup | Mike Marshall |
2016-04-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-04-06 | Btrfs: fix file/data loss caused by fsync after rename and new inode | Filipe Manana |
2016-04-04 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2016-04-04 | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2016-04-04 | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-04-04 | btrfs: Reset IO error counters before start of device replacing | Yauhen Kharuzhy |
2016-04-04 | btrfs: Add qgroup tracing | Mark Fasheh |
2016-04-04 | Btrfs: don't use src fd for printk | Josef Bacik |
2016-04-04 | btrfs: fallback to vmalloc in btrfs_compare_tree | David Sterba |
2016-04-04 | btrfs: handle non-fatal errors in btrfs_qgroup_inherit() | Mark Fasheh |
2016-04-04 | btrfs: Output more info for enospc_debug mount option | Qu Wenruo |
2016-04-04 | Btrfs: fix invalid reference in replace_path | Liu Bo |
2016-04-04 | Btrfs: Improve FL_KEEP_SIZE handling in fallocate | Davide Italiano |
2016-04-03 | ext4: ignore quota mount options if the quota feature is enabled | Theodore Ts'o |