summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-2572-629/+1102
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-06-231-9/+12
| |\
| | * ceph: check PG_Private flag before accessing page->privateYan, Zheng2012-06-201-9/+12
| * | Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-06-2211-131/+153
| |\ \
| | * | xfs: rename log structure to xlogMark Tinguely2012-06-216-88/+116
| | * | xfs: shutdown xfs_sync_worker before the logBen Myers2012-06-212-16/+17
| | * | xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara2012-06-211-14/+2Star
| | * | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-06-211-0/+1
| | * | xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8Star
| | * | xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu2012-06-201-1/+1
| | * | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud2012-06-201-3/+8
| * | | Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-225-11/+19
| |\ \ \
| | * | | NFS: Force the legacy idmapper to be single threadedBryan Schumaker2012-06-201-5/+8
| | * | | NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust2012-06-201-1/+1
| | * | | NFS: Fix a refcounting issue in O_DIRECTTrond Myklebust2012-06-201-0/+1
| | * | | NFSv4.1: Fix a race in set_pnfs_layoutdriverTrond Myklebust2012-06-191-4/+4
| | * | | NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-182-1/+5
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-214-46/+62
| |\ \ \
| | * | | Btrfs: delay iput with async extentsJosef Bacik2012-06-211-2/+2
| | * | | Btrfs: add a missing spin_lockJosef Bacik2012-06-211-0/+1
| | * | | Btrfs: don't assume to be on the correct extent in add_all_parentsAlexander Block2012-06-211-42/+52
| | * | | Btrfs: introduce btrfs_next_old_itemAlexander Block2012-06-211-2/+7
| * | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-213-11/+21
| |\ \ \ \
| * \ \ \ \ Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-211-22/+12Star
| |\ \ \ \ \
| | * | | | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12Star
| * | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-203-1/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-201-1/+1
| | * | | | | nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2012-06-202-0/+4
| * | | | | | hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-171-2/+7
| * | | | | | hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-06-171-1/+1
| |/ / / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-172-2/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Btrfs: cast devid to unsigned long long for printk %lluChris Mason2012-06-161-1/+2
| | * | | | Btrfs: init old_generation in get_old_rootChris Mason2012-06-161-1/+1
| * | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-1611-39/+74
| |\ \ \ \ \
| | * | | | | NFS: add an endian notation for sparseDan Carpenter2012-06-121-1/+1
| | * | | | | NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2012-06-121-3/+3
| | * | | | | NFSv4 do not send an empty SETATTR compoundAndy Adamson2012-06-111-4/+8
| | * | | | | NFSv2: EOF incorrectly set on short readSachin Prabhu2012-06-111-1/+1
| | * | | | | NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker2012-06-091-0/+1
| | * | | | | NFS: fix directio refcount bug on commitFred Isaman2012-06-091-2/+2
| | * | | | | NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-081-0/+1
| | * | | | | NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust2012-06-071-1/+1
| | * | | | | NFS4: Fix open bug when pnfs module blacklistedFred Isaman2012-06-071-1/+1
| | * | | | | NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust2012-06-071-2/+0Star
| | * | | | | NFS: Map minor mismatch error to protocol not support error.Steve Dickson2012-06-061-0/+2
| | * | | | | NFS: Fix a commit bugTrond Myklebust2012-06-062-5/+6
| | * | | | | NFS4: Set parsed mount data version to 4Bryan Schumaker2012-06-051-0/+2
| | * | | | | NFSv4.1: Ensure we clear session state flags after a session creationTrond Myklebust2012-06-051-10/+12
| | * | | | | NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust2012-06-051-2/+1Star
| | * | | | | NFSv4: Fix up decode_attr_mdsthresholdTrond Myklebust2012-06-051-1/+2