summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfsd: track memory utilization by the DRCJeff Layton2013-04-031-5/+17
| * | | nfsd: break out comparator into separate functionJeff Layton2013-04-031-11/+35
| * | | nfsd: eliminate one of the DRC cache searchesJeff Layton2013-04-031-22/+19
* | | | Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-05-033-3/+4
|\ \ \ \
| * | | | jfs: fix a couple racesDave Kleikamp2013-05-012-2/+3
| * | | | jfs: avoid undefined behavior from left-shifting by 32 bitsNickolai Zeldovich2013-01-071-1/+1
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-05-033-7/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for_next' into for_linusJan Kara2013-05-033-7/+16
| |\ \ \ \ \
| | * | | | | jbd: use kmem_cache_zalloc for allocating journal headZheng Liu2013-04-291-5/+3
| | * | | | | jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-251-1/+0
| | * | | | | jbd: don't wait (forever) for stale tid caused by wraparoundJan Kara2013-03-271-0/+11
| | * | | | | ext3: fix data=journal fast mount/umount hangJan Kara2013-03-201-1/+2
* | | | | | | Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2013-05-032-38/+54
|\ \ \ \ \ \ \
| * | | | | | | pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-032-2/+13
| * | | | | | | pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-032-37/+42
| * | | | | | | pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg2013-04-031-1/+2
| * | | | | | | pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-181-2/+1
* | | | | | | | Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-0263-5846/+9572
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: fix da node magic number mismatchesDave Chinner2013-05-012-3/+2
| * | | | | | | | xfs: Remote attr validation fixes and optimisationsDave Chinner2013-05-011-14/+5
| * | | | | | | | xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner2013-04-301-0/+6
| * | | | | | | | xfs: implement extended feature masksDave Chinner2013-04-273-8/+129
| * | | | | | | | xfs: add CRC checks to the superblockDave Chinner2013-04-274-45/+172
| * | | | | | | | xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-2714-106/+134
| * | | | | | | | xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-2713-90/+323
| * | | | | | | | xfs: add CRC protection to remote attributesDave Chinner2013-04-272-51/+292
| * | | | | | | | xfs: split remote attribute code outDave Chinner2013-04-276-298/+356
| * | | | | | | | xfs: add CRCs to attr leaf blocksDave Chinner2013-04-275-849/+1177
| * | | | | | | | xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-277-619/+972
| * | | | | | | | xfs: shortform directory offsets change for dir3 formatDave Chinner2013-04-272-16/+19
| * | | | | | | | xfs: add CRC checking to dir2 leaf blocksDave Chinner2013-04-277-522/+924
| * | | | | | | | xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-277-105/+162
| * | | | | | | | xfs: add CRC checking to dir2 free blocksDave Chinner2013-04-273-162/+382
| * | | | | | | | xfs: add CRC checks to block format directory blocksDave Chinner2013-04-277-105/+344
| * | | | | | | | xfs: add CRC checks to remote symlinksDave Chinner2013-04-274-43/+283
| * | | | | | | | xfs: split out symlink code into it's own file.Dave Chinner2013-04-215-493/+578
| * | | | | | | | xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-218-77/+254
| * | | | | | | | xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-215-17/+141
| * | | | | | | | xfs: add CRC checks to the AGIDave Chinner2013-04-215-15/+65
| * | | | | | | | xfs: add CRC checks to the AGFLChristoph Hellwig2013-04-215-44/+119
| * | | | | | | | xfs: add CRC checks to the AGFDave Chinner2013-04-215-27/+91
| * | | | | | | | xfs: add support for large btree blocksChristoph Hellwig2013-04-2117-209/+645
| * | | | | | | | xfs: increase hexdump output in xfs_corruption_errorDave Chinner2013-04-211-1/+1
| * | | | | | | | xfs: Update xfs_log_commit_cil() commentsJeff Liu2013-04-161-4/+0
| * | | | | | | | xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu2013-04-161-1/+0
| * | | | | | | | xfs: don't free EFIs before the EFDs are committedDave Chinner2013-04-053-19/+23
| * | | | | | | | xfs: Add ratelimited printk for different alert levelsRich Johnston2013-04-032-0/+27
| * | | | | | | | xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara2013-03-221-6/+6
| * | | | | | | | xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-222-0/+27
| * | | | | | | | xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-221-0/+82
OpenPOWER on IntegriCloud