aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-10-19Clean up two declarations of blob_lenShirish Pargaonkar1-5/+8
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicAl Viro1-70/+0
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe115-996/+1740
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+12
2010-10-18xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz16-44/+80
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-18Merge branch 'linus' into core/lockingIngo Molnar12-52/+100
2010-10-18GFS2: fixed typoAndrea Gelmini1-1/+1
2010-10-18cifs: move cifsFileInfo_put to file.cJeff Layton2-9/+11
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton6-38/+38
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French2-3/+4
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton2-48/+47
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton3-10/+3
2010-10-18cifs: cifs_write argument change and cleanupJeff Layton1-34/+17
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton3-74/+57