| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: fix overhead calculation used by ext4_statfs() | Theodore Ts'o | 2012-07-09 | 4 | -57/+132 |
* | ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr | Theodore Ts'o | 2012-07-01 | 4 | -8/+8 |
* | ext4: honor O_(D)SYNC semantic in ext4_fallocate() | Zheng Liu | 2012-07-01 | 1 | -0/+2 |
* | ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups | Aditya Kali | 2012-07-01 | 1 | -8/+15 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-06-28 | 1 | -38/+64 |
|\ |
|
| * | udf: Fortify loading of sparing table | Jan Kara | 2012-06-28 | 1 | -33/+53 |
| * | udf: Avoid run away loop when partition table length is corrupted | Jan Kara | 2012-06-28 | 1 | -1/+9 |
| * | udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() | Jan Kara | 2012-06-28 | 1 | -4/+2 |
* | | Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2012-06-28 | 2 | -6/+6 |
|\ \ |
|
| * | | UBIFS: correct usage of IS_ENABLED() | Brian Norris | 2012-06-27 | 1 | -4/+4 |
| * | | UBIFS: fix assertion | Dan Carpenter | 2012-06-18 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-06-23 | 1 | -9/+12 |
|\ \ \ |
|
| * | | | ceph: check PG_Private flag before accessing page->private | Yan, Zheng | 2012-06-20 | 1 | -9/+12 |
* | | | | Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-06-22 | 11 | -131/+153 |
|\ \ \ \ |
|
| * | | | | xfs: rename log structure to xlog | Mark Tinguely | 2012-06-21 | 6 | -88/+116 |
| * | | | | xfs: shutdown xfs_sync_worker before the log | Ben Myers | 2012-06-21 | 2 | -16/+17 |
| * | | | | xfs: Fix overallocation in xfs_buf_allocate_memory() | Jan Kara | 2012-06-21 | 1 | -14/+2 |
| * | | | | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 2012-06-21 | 1 | -0/+1 |
| * | | | | xfs: check for stale inode before acquiring iflock on push | Brian Foster | 2012-06-21 | 1 | -9/+8 |
| * | | | | xfs: fix debug_object WARN at xfs_alloc_vextent() | Jeff Liu | 2012-06-20 | 1 | -1/+1 |
| * | | | | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) | Alain Renaud | 2012-06-20 | 1 | -3/+8 |
* | | | | | Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-06-22 | 5 | -11/+19 |
|\ \ \ \ \ |
|
| * | | | | | NFS: Force the legacy idmapper to be single threaded | Bryan Schumaker | 2012-06-20 | 1 | -5/+8 |
| * | | | | | NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4) | Trond Myklebust | 2012-06-20 | 1 | -1/+1 |
| * | | | | | NFS: Fix a refcounting issue in O_DIRECT | Trond Myklebust | 2012-06-20 | 1 | -0/+1 |
| * | | | | | NFSv4.1: Fix a race in set_pnfs_layoutdriver | Trond Myklebust | 2012-06-19 | 1 | -4/+4 |
| * | | | | | NFSv4.1: Fix umount when filelayout DS is also the MDS | Trond Myklebust | 2012-06-18 | 2 | -1/+5 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-21 | 4 | -46/+62 |
|\ \ \ \ \ |
|
| * | | | | | Btrfs: delay iput with async extents | Josef Bacik | 2012-06-21 | 1 | -2/+2 |
| * | | | | | Btrfs: add a missing spin_lock | Josef Bacik | 2012-06-21 | 1 | -0/+1 |
| * | | | | | Btrfs: don't assume to be on the correct extent in add_all_parents | Alexander Block | 2012-06-21 | 1 | -42/+52 |
| * | | | | | Btrfs: introduce btrfs_next_old_item | Alexander Block | 2012-06-21 | 1 | -2/+7 |
* | | | | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-06-21 | 3 | -11/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | pstore/inode: Make pstore_fill_super() static | Anton Vorontsov | 2012-06-14 | 1 | -1/+1 |
| * | | | | | | pstore/ram: Should zap persistent zone on unlink | Anton Vorontsov | 2012-06-14 | 1 | -0/+1 |
| * | | | | | | pstore/ram_core: Factor persistent_ram_zap() out of post_init() | Anton Vorontsov | 2012-06-14 | 1 | -3/+8 |
| * | | | | | | pstore/ram_core: Do not reset restored zone's position and size | Anton Vorontsov | 2012-06-14 | 1 | -0/+1 |
| * | | | | | | pstore/ram: Should update old dmesg buffer before reading | Anton Vorontsov | 2012-06-14 | 2 | -7/+10 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-06-21 | 1 | -22/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | kmsg - kmsg_dump() use iterator to receive log buffer content | Kay Sievers | 2012-06-15 | 1 | -22/+12 |
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-06-20 | 3 | -1/+5 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | mm: correctly synchronize rss-counters at exit/exec | Konstantin Khlebnikov | 2012-06-20 | 1 | -1/+1 |
| * | | | | | | nilfs2: ensure proper cache clearing for gc-inodes | Ryusuke Konishi | 2012-06-20 | 2 | -0/+4 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | hfsplus: fix bless ioctl when used with hardlinks | Matthew Garrett | 2012-06-17 | 1 | -2/+7 |
* | | | | | | hfsplus: fix overflow in sector calculations in hfsplus_submit_bio | Janne Kalliomäki | 2012-06-17 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-17 | 2 | -2/+3 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Btrfs: cast devid to unsigned long long for printk %llu | Chris Mason | 2012-06-16 | 1 | -1/+2 |
| * | | | | Btrfs: init old_generation in get_old_root | Chris Mason | 2012-06-16 | 1 | -1/+1 |
* | | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-06-16 | 11 | -39/+74 |
|\ \ \ \ \ |
|
| * | | | | | NFS: add an endian notation for sparse | Dan Carpenter | 2012-06-12 | 1 | -1/+1 |