summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | xfs: remove unnecessary null checksMarkus Elfring2014-12-012-9/+6
| * | | | | | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-2886-1380/+1138
| |\ \ \ \ \ \
| | * | | | | | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-2813-71/+35
| | * | | | | | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-2856-638/+579
| | * | | | | | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-2879-358/+267
| | * | | | | | xfs: move acl structures to xfs_format.hChristoph Hellwig2014-11-282-36/+36
| | * | | | | | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-2836-277/+221
| | |/ / / / /
| * | | | | | Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner2014-11-287-48/+52
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen2014-11-281-1/+1
| | * | | | | xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster2014-11-283-10/+23
| | * | | | | xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster2014-11-281-16/+10
| | * | | | | xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster2014-11-281-9/+6
| | * | | | | xfs: replace global xfslogd wq with per-mount wqBrian Foster2014-11-283-12/+12
| | |/ / / /
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-1216-531/+533
|\ \ \ \ \ \
| * | | | | | ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov2014-12-051-1/+4
| * | | | | | ext4: fix suboptimal seek_{data,hole} extents traversialDmitry Monakhov2014-12-022-116/+108
| * | | | | | ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2014-12-023-8/+16
| * | | | | | ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov2014-12-021-5/+6
| * | | | | | ext4: forbid journal_async_commit in data=ordered modeJan Kara2014-11-251-0/+6
| * | | | | | jbd2: remove unnecessary NULL check before iput()Theodore Ts'o2014-11-251-2/+1
| * | | | | | ext4: Remove an unnecessary check for NULL before iput()Markus Elfring2014-11-251-2/+1
| * | | | | | ext4: remove unneeded code in ext4_unlinkNamjae Jeon2014-11-251-1/+0
| * | | | | | ext4: don't count external journal blocks as overheadEric Sandeen2014-11-251-2/+2
| * | | | | | ext4: remove never taken branch from ext4_ext_shift_path_extents()Jan Kara2014-11-251-2/+0
| * | | | | | ext4: create nojournal_checksum mount optionDarrick J. Wong2014-11-251-1/+12
| * | | | | | ext4: update comments regarding ext4_delete_inode()Wang Shilong2014-11-252-2/+2
| * | | | | | ext4: cleanup GFP flags inside resize pathDmitry Monakhov2014-11-252-4/+4
| * | | | | | ext4: introduce aging to extent status treeJan Kara2014-11-252-9/+48
| * | | | | | ext4: cleanup flag definitions for extent status treeJan Kara2014-11-252-32/+28
| * | | | | | ext4: limit number of scanned extents in status tree shrinkerJan Kara2014-11-253-33/+64
| * | | | | | ext4: move handling of list of shrinkable inodes into extent status codeJan Kara2014-11-256-13/+6
| * | | | | | ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-258-153/+118
| * | | | | | ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu2014-11-254-24/+20
| * | | | | | ext4: fix block reservation for bigalloc filesystemsJan Kara2014-11-254-53/+10
| * | | | | | ext4: fix end of region partial cluster handlingEric Whitney2014-11-231-7/+9
| * | | | | | ext4: miscellaneous partial cluster cleanupsEric Whitney2014-11-231-18/+21
| * | | | | | ext4: fix end of leaf partial cluster handlingEric Whitney2014-11-231-19/+17
| * | | | | | ext4: fix partial cluster initializationEric Whitney2014-11-231-34/+46
| * | | | | | ext4: kill ext4_kvfree()Al Viro2014-11-204-21/+11
| * | | | | | ext4: move_extent improve bh vanishing success factorDmitry Monakhov2014-11-051-2/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-1110-198/+200
|\ \ \ \ \ \
| * | | | | | cgroup: implement cgroup_get_e_css()Tejun Heo2014-11-182-0/+39
| * | | | | | cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo2014-11-182-0/+19
| * | | | | | cgroup: add cgroup_subsys->css_released()Tejun Heo2014-11-182-0/+3
| * | | | | | cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()Tejun Heo2014-11-181-30/+28
| * | | | | | cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()Tejun Heo2014-11-181-12/+12
| * | | | | | cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil...Tejun Heo2014-11-181-12/+24
| * | | | | | cpuset: lock vs unlock typoDan Carpenter2014-10-271-1/+1
| * | | | | | cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-278-92/+20
| * | | | | | cpuset: convert callback_mutex to a spinlockVladimir Davydov2014-10-271-52/+55
| | |_|/ / / | |/| | | |
OpenPOWER on IntegriCloud