summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig16-48/+33
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig12-58/+18
2010-10-18xfs: remove xfs_globals.hChristoph Hellwig2-24/+0
2010-10-18xfs: remove xfs_version.hChristoph Hellwig3-30/+1
2010-10-18xfs: remove xfs_refcache.hChristoph Hellwig1-52/+0
2010-10-18xfs: fix the xfs_trans_committedChristoph Hellwig1-2/+3
2010-10-18xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig2-6/+0
2010-10-18xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig1-2/+2
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig2-107/+85
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig5-40/+35
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig3-29/+19
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner4-76/+74
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner3-0/+33
2010-10-18xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner2-23/+45
2010-10-18xfs: split out inode walk inode grabbingDave Chinner2-54/+34
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner6-115/+122
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-18xfs: use unhashed buffers for size checksDave Chinner3-45/+34
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner3-59/+20
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner5-21/+20
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner2-0/+37
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner6-11/+14
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner12-86/+65
2010-10-18xfs: lockless per-ag lookupsDave Chinner3-11/+23
2010-10-18xfs: remove debug assert for per-ag reference countingDave Chinner1-2/+0
2010-10-18xfs: reduce the number of CIL lock round trips during commitDave Chinner1-105/+127
2010-10-18xfs: eliminate some newly-reported gcc warningsPoyo VL1-2/+2
2010-10-18xfs: remove the ->kill_root btree operationChristoph Hellwig4-88/+44
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig1-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig1-142/+61
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner6-9/+27
2010-10-18xfs: use range primitives for xfs page cache operationsDave Chinner1-16/+15
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-4/+0
2010-10-13Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields1-2/+0
2010-10-11fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-23/+33
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+7
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+14
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V1-1/+4
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V1-7/+9
2010-10-07ceph: avoid null deref in osd request error pathSage Weil1-1/+1
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang1-1/+1
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14