summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig2010-10-185-40/+35Star
* xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig2010-10-183-29/+19Star
* xfs: pack xfs_buf structure more tightlyDave Chinner2010-10-181-11/+19
* xfs: convert buffer cache hash to rbtreeDave Chinner2010-10-184-76/+74Star
* xfs: serialise inode reclaim within an AGDave Chinner2010-10-183-0/+33
* xfs: batch inode reclaim lookupDave Chinner2010-10-181-33/+77
* xfs: implement batched inode lookups for AG walkingDave Chinner2010-10-182-23/+45
* xfs: split out inode walk inode grabbingDave Chinner2010-10-182-54/+34Star
* xfs: split inode AG walking into separate code for reclaimDave Chinner2010-10-186-115/+122
* xfs: remove buftarg hash for external devicesDave Chinner2010-10-181-1/+5
* xfs: use unhashed buffers for size checksDave Chinner2010-10-183-45/+34Star
* xfs: kill XBF_FS_MANAGED buffersDave Chinner2010-10-183-59/+20Star
* xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-185-21/+20Star
* xfs: introduced uncached buffer read primitveDave Chinner2010-10-182-0/+37
* xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner2010-10-186-11/+14
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-1812-86/+65Star
* xfs: lockless per-ag lookupsDave Chinner2010-10-183-11/+23
* xfs: remove debug assert for per-ag reference countingDave Chinner2010-10-181-2/+0Star
* xfs: reduce the number of CIL lock round trips during commitDave Chinner2010-10-181-105/+127
* xfs: eliminate some newly-reported gcc warningsPoyo VL2010-10-181-2/+2
* xfs: remove the ->kill_root btree operationChristoph Hellwig2010-10-184-88/+44Star
* xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig2010-10-181-88/+76Star
* xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61Star
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-186-9/+27
* xfs: use range primitives for xfs page cache operationsDave Chinner2010-10-181-16/+15Star
* Un-inline the core-dump helper functionsLinus Torvalds2010-10-141-0/+38
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-4/+0Star
* Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-141-2/+0Star
|\
| * nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields2010-10-131-2/+0Star
* | fanotify: disable fanotify syscallsEric Paris2010-10-121-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-10-094-23/+33
|\ \
| * | ceph: update issue_seq on cap grantSage Weil2010-10-071-3/+5
| * | ceph: send cap release message early on failed revoke.Greg Farnum2010-10-071-10/+13
| * | ceph: Update max_len with minimum required sizeAneesh Kumar K.V2010-10-071-1/+4
| * | ceph: Fix return value of encode_fh functionAneesh Kumar K.V2010-10-071-7/+9
| * | ceph: avoid null deref in osd request error pathSage Weil2010-10-071-1/+1
| * | ceph: fix list_add usage on unsafe_writes listHenry C Chang2010-10-071-1/+1
| |/
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-10-091-1/+7
|\ \
| * | exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh2010-10-081-1/+7
| |/
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-071-5/+14
|\ \ | |/ |/|
| * xfs: properly account for reclaimed inodesJohannes Weiner2010-10-071-5/+14
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-061-15/+4Star
|\ \
| * | writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig2010-10-041-15/+4Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-10-061-1/+1
|\ \ | |/ |/|
| * fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-022-16/+35
|\ \
| * | cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton2010-10-011-16/+33
| * | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-291-0/+2
| |/
* | reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker2010-10-011-2/+3
* | reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker2010-10-011-1/+1