summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nfsd4: remove some dprintk'sJ. Bruce Fields2013-04-031-8/+1
| * | | | nfsd4: STALE_STATEID cleanupJ. Bruce Fields2013-04-031-15/+6
| * | | | nfsd4: warn on odd create_session stateJ. Bruce Fields2013-04-031-0/+2
| * | | | nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com2013-04-031-0/+1
| * | | | nfsd: remove unused macro in nfsv4Yanchuan Nian2013-04-031-1/+0
| * | | | nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields2013-04-031-1/+1
| * | | | nfsd4: fix race on client shutdownJ. Bruce Fields2013-04-033-7/+8
| * | | | nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields2013-04-033-1/+28
| * | | | nfsd4: remove BUG_ONJ. Bruce Fields2013-04-031-6/+3
| * | | | nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton2013-04-031-15/+29
| * | | | nfsd: keep stats on worst hash balancing seen so farJeff Layton2013-04-031-4/+27
| * | | | nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-033-0/+35
| * | | | 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
OpenPOWER on IntegriCloud