| Commit message (Expand) | Author | Age | Files | Lines |
* | block: rename CONFIG_LBD to CONFIG_LBDAF | Bartlomiej Zolnierkiewicz | 2009-06-19 | 1 | -1/+1 |
* | xfs: kill mutex_t typedef | Christoph Hellwig | 2009-03-29 | 1 | -1/+1 |
* | xfs: get rid of indirections in the quotaops implementation | Christoph Hellwig | 2009-02-09 | 1 | -11/+0 |
* | [XFS] remove xfs_vfs.h | Christoph Hellwig | 2008-12-01 | 1 | -1/+0 |
* | [XFS] allow inode64 mount option on 32 bit systems | Christoph Hellwig | 2008-12-01 | 1 | -8/+2 |
* | [XFS] Fix race when looking up reclaimable inodes | David Chinner | 2008-10-30 | 1 | -0/+1 |
* | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 2008-10-30 | 1 | -1/+0 |
* | CRED: Introduce credential access wrappers | David Howells | 2008-08-14 | 1 | -2/+0 |
* | [XFS] remove the sema_t from XFS. | David Chinner | 2008-08-13 | 1 | -1/+1 |
* | [XFS] kill vn_to_inode | Christoph Hellwig | 2008-08-13 | 1 | -1/+1 |
* | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 2008-08-13 | 1 | -1/+1 |
* | [XFS] Pack some shortform dir2 structures for the ARM old ABI | Eric Sandeen | 2008-07-28 | 1 | -0/+7 |
* | [XFS] XFS: ASCII case-insensitive support | Barry Naujok | 2008-07-28 | 1 | -0/+1 |
* | [XFS] Include linux/random.h in all builds, not just debug. | David Chinner | 2008-04-30 | 1 | -0/+1 |
* | [XFS] Fix broken HAVE_SPLICE removal commit. | Donald Douwsma | 2008-04-29 | 1 | -1/+0 |
* | [XFS] Remove the xfs_refcache | Donald Douwsma | 2008-04-18 | 1 | -1/+0 |
* | [XFS] Remove the BPCSHIFT and NB* based macros from XFS. | Tim Shimmin | 2008-02-07 | 1 | -27/+1 |
* | [XFS] Kill off xfs_statvfs. | Christoph Hellwig | 2008-02-07 | 1 | -4/+0 |
* | [XFS] Remove spin.h | Eric Sandeen | 2008-02-07 | 1 | -1/+3 |
* | [XFS] call common xfs vfs-level helpers directly and remove vfs operations | Christoph Hellwig | 2007-10-16 | 1 | -1/+0 |
* | [XFS] kill move.[ch] | Christoph Hellwig | 2007-10-15 | 1 | -1/+0 |
* | [XFS] move linux/log2.h header to xfs_linux.h | Eric Sandeen | 2007-10-15 | 1 | -0/+1 |
* | [XFS] Concurrent Multi-File Data Streams | David Chinner | 2007-07-14 | 1 | -0/+1 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+0 |
* | [PATCH] Make BH_Unwritten a first class bufferhead flag V2 | David Chinner | 2007-02-12 | 1 | -10/+0 |
* | [XFS] Fix a porting botch on the realtime subvol growfs code path. | Nathan Scott | 2006-09-28 | 1 | -0/+7 |
* | [XFS] Remove several macros that are no longer used anywhere | Eric Sandeen | 2006-09-28 | 1 | -7/+0 |
* | [PATCH] FDPIC: Move roundup() into linux/kernel.h | David Howells | 2006-07-10 | 1 | -1/+0 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [XFS] Remove a couple of no-longer-used macros. | Nathan Scott | 2006-06-27 | 1 | -2/+0 |
* | [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one | Nathan Scott | 2006-06-20 | 1 | -18/+2 |
* | [XFS] Make the pflags test/set wrappers more legible for us mere humans. | Nathan Scott | 2006-06-09 | 1 | -4/+10 |
* | [XFS] Add degframentation exclusion support | Barry Naujok | 2006-06-09 | 1 | -0/+1 |
* | [XFS] Provide XFS support for the splice syscall. | Nathan Scott | 2006-03-31 | 1 | -0/+1 |
* | [XFS] Complete transition away from linvfs naming convention, finally. | Nathan Scott | 2006-03-17 | 1 | -1/+1 |
* | [XFS] using a spinlock per cpu for superblock counter exclusion results in | David Chinner | 2006-03-14 | 1 | -0/+1 |
* | [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by | David Chinner | 2006-03-14 | 1 | -0/+2 |
* | [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many | Nathan Scott | 2006-03-14 | 1 | -1/+1 |
* | [XFS] On machines with more than 8 cpus, when running parallel I/O | David Chinner | 2006-03-14 | 1 | -0/+5 |
* | [XFS] Initial pass at going directly-to-bio on the buffered IO path. This | Christoph Hellwig | 2006-01-11 | 1 | -4/+0 |
* | [XFS] Complete the pagebuf -> xfs_buf naming convention transition, | Nathan Scott | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 1 | -1/+0 |
* | [XFS] Rework the dquot hash sizing heuristics. | Nathan Scott | 2005-11-02 | 1 | -13/+1 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 1 | -25/+11 |
* | [XFS] Remove a null CELL macro and its one caller, not useful to anyone. | Nathan Scott | 2005-11-02 | 1 | -4/+0 |
* | [XFS] Fix up an internal sort function name collision issue. | Nathan Scott | 2005-11-02 | 1 | -1/+1 |
* | [XFS] Sort out some cosmetic differences between XFS trees. | Nathan Scott | 2005-09-05 | 1 | -4/+8 |
* | [XFS] Add infrastructure for tracking I/O completions | Christoph Hellwig | 2005-09-02 | 1 | -0/+1 |
* | Merge rsync://oss.sgi.com/git/xfs-2.6 | Linus Torvalds | 2005-06-21 | 1 | -2/+4 |
|\ |
|
| * | [XFS] Add support for project quota, based on Dan Knappes earlier work. | Nathan Scott | 2005-06-21 | 1 | -2/+4 |