summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | Btrfs: fix directory inconsistency after fsync log replayFilipe Manana2015-01-21
| * | | | | | | | | | | | | | Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana2015-01-21
| * | | | | | | | | | | | | | btrfs: remove a no-op unfreeze superbock callbackDavid Sterba2015-01-21
| * | | | | | | | | | | | | | btrfs: switch extent_state state to unsignedDavid Sterba2015-01-21
| * | | | | | | | | | | | | | btrfs: set proper message level for skinny metadataDavid Sterba2015-01-21
| * | | | | | | | | | | | | | btrfs: update message levels after checksum errorsDavid Sterba2015-01-21
| * | | | | | | | | | | | | | btrfs: update message levels during failed mountDavid Sterba2015-01-21
| * | | | | | | | | | | | | | btrfs: update message levels for errorsDavid Sterba2015-01-21
| * | | | | | | | | | | | | | Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana2015-01-21
| * | | | | | | | | | | | | | Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | btrfs: sink parameter len to alloc_extent_bufferDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: unify extent buffer allocation apiDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: sink blocksize parameter to tree_block_processedDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: sink blocksize parameter to btrfs_init_new_bufferDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: remove blocksize from reada_extentDavid Sterba2014-12-12
| | * | | | | | | | | | | | | | btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-12
| * | | | | | | | | | | | | | | Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason2015-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba2015-01-14
| | * | | | | | | | | | | | | | | btrfs: simplify insert_orphan_itemDavid Sterba2015-01-14
| | * | | | | | | | | | | | | | | btrfs: cleanup, remove inode_ref_info helperDavid Sterba2015-01-14
| | * | | | | | | | | | | | | | | btrfs: cleanup, remove inode_item_info helperDavid Sterba2015-01-14
| | * | | | | | | | | | | | | | | btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-01-14
| * | | | | | | | | | | | | | | | Btrfs: track dirty block groups on their own listJosef Bacik2015-01-21
| * | | | | | | | | | | | | | | | Btrfs: change how we track dirty rootsJosef Bacik2015-01-21
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | ceph: return error for traceless reply raceYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: fix dentry leaksYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: re-send requests when MDS enters reconnecting stageYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov2015-02-19
| * | | | | | | | | | | | | | | | ceph: fix atomic_open snapdirYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: properly mark empty directory as completeYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | client: include kernel version in client metadataYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: fix request time stamp encodingYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: improve reference tracking for snaprealmYan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: properly zero data pages for file holes.Yan, Zheng2015-02-19
| * | | | | | | | | | | | | | | | ceph: acl: Remove unused functionRickard Strandqvist2015-02-19
| * | | | | | | | | | | | | | | | ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-19
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | locks: fix list insertion when lock is split in twoJeff Layton2015-02-17
| * | | | | | | | | | | | | | | | locks: remove conditional lock release in middle of flock_lock_fileJeff Layton2015-02-17
| * | | | | | | | | | | | | | | | locks: only remove leases associated with the file being closedJeff Layton2015-02-17
| * | | | | | | | | | | | | | | | Revert "locks: keep a count of locks on the flctx lists"Jeff Layton2015-02-16