| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-26 | xfs: reduce code duplication handling inode32/64 options | Carlos Maiolino | 1 | -38/+5 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 1 | -1/+1 |
| 2012-07-29 | xfs: wait for the write the superblock on unmount | Mark Tinguely | 1 | -0/+9 |
| 2012-06-14 | xfs: m_maxioffset is redundant | Dave Chinner | 1 | -2/+0 |
| 2012-05-14 | xfs: flush outstanding buffers on log mount failure | Dave Chinner | 1 | -2/+6 |
| 2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: clean up buffer get/read call API | Dave Chinner | 1 | -6/+6 |
| 2012-05-14 | xfs: implement freezing by emptying the AIL | Christoph Hellwig | 1 | -44/+12 |
| 2012-02-03 | Change xfs_sb_from_disk() interface to take a mount pointer | Chandra Seetharaman | 1 | -2/+4 |
| 2012-01-31 | xfs: show uuid when mount fails due to duplicate uuid | Mitsuo Hayasaka | 1 | -1/+1 |
| 2011-10-11 | xfs: remove XFS_bflush | Christoph Hellwig | 1 | -1/+1 |
| 2011-10-11 | xfs: clean up xfs_ioerror_alert | Christoph Hellwig | 1 | -2/+1 |
| 2011-10-11 | xfs: fix buffer flushing during unmount | Christoph Hellwig | 1 | -19/+10 |
| 2011-10-11 | xfs: call xfs_buf_delwri_queue directly | Christoph Hellwig | 1 | -1/+1 |
| 2011-08-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 1 | -1/+1 |
| 2011-07-26 | xfs: get rid of open-coded S_ISREG(), etc. | Al Viro | 1 | -1/+1 |
| 2011-07-25 | xfs: Remove the macro XFS_BUF_TARGET | Chandra Seetharaman | 1 | -1/+1 |
| 2011-07-25 | xfs: Remove macro XFS_BUF_HOLD | Chandra Seetharaman | 1 | -1/+1 |
| 2011-07-20 | xfs: Remove the second parameter to xfs_sb_count() | Chandra Seetharaman | 1 | -10/+5 |
| 2011-07-13 | xfs: remove the dead QUOTADEBUG code | Christoph Hellwig | 1 | -4/+0 |
| 2011-07-11 | Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" | Alex Elder | 1 | -7/+7 |
| 2011-07-08 | xfs: consolidate & clarify mount sanity checks | Eric Sandeen | 1 | -20/+13 |
| 2011-07-08 | xfs: clean up buffer locking helpers | Christoph Hellwig | 1 | -11/+8 |
| 2011-07-08 | xfs: fix filesystsem freeze race in xfs_trans_alloc | Christoph Hellwig | 1 | -7/+7 |
| 2011-04-28 | xfs: cleanup duplicate initializations | David Sterba | 1 | -2/+2 |
| 2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -36/+24 |
| 2011-03-07 | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 1 | -8/+8 |
| 2011-03-07 | xfs: kill xfs_fs_mount_cmn_err() macro | Dave Chinner | 1 | -29/+43 |
| 2010-12-16 | xfs: convert pag_ici_lock to a spin lock | Dave Chinner | 1 | -1/+1 |
| 2011-01-04 | xfs: dynamic speculative EOF preallocation | Dave Chinner | 1 | -0/+21 |
| 2010-11-10 | xfs: fix per-ag reference counting in inode reclaim tree walking | Dave Chinner | 1 | -0/+1 |
| 2010-10-18 | xfs: remove xfs_buf wrappers | Christoph Hellwig | 1 | -1/+1 |
| 2010-10-18 | xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters | Christoph Hellwig | 1 | -79/+35 |
| 2010-10-18 | xfs: do not use xfs_mod_incore_sb for per-cpu counters | Christoph Hellwig | 1 | -23/+9 |
| 2010-10-18 | xfs: remove XFS_MOUNT_NO_PERCPU_SB | Christoph Hellwig | 1 | -25/+15 |
| 2010-10-18 | xfs: convert buffer cache hash to rbtree | Dave Chinner | 1 | -0/+2 |
| 2010-10-18 | xfs: serialise inode reclaim within an AG | Dave Chinner | 1 | -0/+1 |
| 2010-10-18 | xfs: split inode AG walking into separate code for reclaim | Dave Chinner | 1 | -0/+26 |
| 2010-10-18 | xfs: use unhashed buffers for size checks | Dave Chinner | 1 | -23/+16 |
| 2010-10-18 | xfs: kill XBF_FS_MANAGED buffers | Dave Chinner | 1 | -39/+16 |
| 2010-10-18 | xfs: lockless per-ag lookups | Dave Chinner | 1 | -8/+17 |
| 2010-10-18 | xfs: remove debug assert for per-ag reference counting | Dave Chinner | 1 | -2/+0 |
| 2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -2/+0 |
| 2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -1/+0 |
| 2010-06-24 | xfs: remove block number from inode lookup code | Dave Chinner | 1 | -1/+1 |
| 2010-05-28 | xfs: fix access to upper inodes without inode64 | Christoph Hellwig | 1 | -31/+21 |
| 2010-05-28 | xfs: fix might_sleep() warning when initialising per-ag tree | Dave Chinner | 1 | -1/+1 |
| 2010-05-28 | xfs: replace E2BIG with EFBIG where appropriate | Eric Sandeen | 1 | -7/+7 |
| 2010-05-19 | xfs: remove dead XFS_LOUD_RECOVERY code | Christoph Hellwig | 1 | -7/+0 |
| 2010-03-05 | xfs: Increase the default size of the reserved blocks pool | Dave Chinner | 1 | -20/+29 |
| 2010-03-01 | xfs: merge xfs_lrw.c into xfs_file.c | Christoph Hellwig | 1 | -0/+20 |
| 2010-02-06 | xfs: Use delayed write for inodes rather than async V2 | Dave Chinner | 1 | -1/+12 |
| 2010-02-08 | xfs: more reserved blocks fixups | Eric Sandeen | 1 | -11/+23 |
| 2010-01-21 | xfs: cleanup up xfs_log_force calling conventions | Christoph Hellwig | 1 | -2/+2 |
| 2010-01-21 | xfs: remove duplicate buffer flags | Christoph Hellwig | 1 | -2/+2 |
| 2010-01-20 | xfs: rearrange xfs_mod_sb() to avoid array subscript warning | Dave Chinner | 1 | -4/+3 |
| 2010-01-15 | xfs: embed the pagb_list array in the perag structure | Dave Chinner | 1 | -2/+1 |
| 2010-01-15 | xfs: handle ENOMEM correctly during initialisation of perag structures | Dave Chinner | 1 | -4/+17 |
| 2010-01-15 | xfs: Add trace points for per-ag refcount debugging. | Dave Chinner | 1 | -0/+34 |
| 2010-01-15 | xfs: Reference count per-ag structures | Dave Chinner | 1 | -0/+1 |
| 2010-01-15 | xfs: Replace per-ag array with a radix tree | Dave Chinner | 1 | -15/+48 |
| 2010-01-15 | xfs: convert remaining direct references to m_perag | Dave Chinner | 1 | -3/+6 |
| 2009-12-14 | xfs: event tracing support | Christoph Hellwig | 1 | -0/+2 |
| 2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -6/+6 |
| 2009-12-11 | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 1 | -4/+4 |
| 2009-12-11 | xfs: simplify xfs_buf_get / xfs_buf_read interfaces | Christoph Hellwig | 1 | -4/+4 |
| 2009-12-11 | xfs: I/O completion handlers must use NOFS allocations | Christoph Hellwig | 1 | -1/+1 |
| 2009-10-03 | this_cpu: xfs_icsb_modify_counters does not need "cpu" variable | Christoph Lameter | 1 | -6/+6 |
| 2009-08-31 | xfs: add more statics & drop some unused functions | Eric Sandeen | 1 | -1/+1 |
| 2009-06-08 | xfs: remove unused parameter from xfs_reclaim_inodes | Dave Chinner | 1 | -1/+1 |
| 2009-06-08 | xfs: kill xfs_qmops | Christoph Hellwig | 1 | -17/+86 |
| 2009-04-29 | xfs: add more checks to superblock validation | Olaf Weber | 1 | -0/+3 |
| 2009-03-30 | xfs: cleanup uuid handling | Christoph Hellwig | 1 | -41/+83 |
| 2009-03-29 | xfs: remove m_attroffset | Christoph Hellwig | 1 | -21/+16 |
| 2009-03-29 | xfs: fix various typos | Malcolm Parsons | 1 | -4/+4 |
| 2009-03-29 | xfs: remove m_litino | Christoph Hellwig | 1 | -1/+0 |
| 2009-03-16 | xfs: cleanup log unmount handling | Christoph Hellwig | 1 | -2/+3 |
| 2009-02-04 | xfs: make sure to free the real-time inodes in the mount error path | Christoph Hellwig | 1 | -8/+7 |
| 2009-02-04 | xfs: cleanup error handling in xfs_mountfs: | Christoph Hellwig | 1 | -42/+35 |
| 2009-01-19 | xfs: fix bad_features2 fixups for the root filesystem | Christoph Hellwig | 1 | -13/+13 |
| 2008-12-04 | kill xfs_unmount_flush | Christoph Hellwig | 1 | -0/+10 |
| 2008-12-04 | remove leftovers of shared read-only support | Christoph Hellwig | 1 | -26/+0 |
| 2008-12-01 | [XFS] kill xfs_dinode_core_t | Christoph Hellwig | 1 | -2/+1 |
| 2008-10-30 | [XFS] kill deleted inodes list | David Chinner | 1 | -1/+0 |
| 2008-10-30 | [XFS] rename inode reclaim functions | David Chinner | 1 | -1/+1 |
| 2008-10-30 | [XFS] remove the mount inode list | David Chinner | 1 | -5/+0 |
| 2008-10-30 | [XFS] Cleanup maxrecs calculation. | Christoph Hellwig | 1 | -20/+14 |
| 2008-10-30 | [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() | David Chinner | 1 | -1/+1 |
| 2008-10-30 | [XFS] Fix use-after-free with log and quotas | Lachlan McIlroy | 1 | -2/+3 |
| 2008-08-13 | [XFS] use KM_MAYFAIL in xfs_mountfs | Christoph Hellwig | 1 | -2/+4 |
| 2008-08-13 | [XFS] refactor xfs_mount_free | Christoph Hellwig | 1 | -16/+5 |
| 2008-08-13 | [XFS] don't call xfs_freesb from xfs_unmountfs | Christoph Hellwig | 1 | -2/+0 |
| 2008-08-13 | [XFS] xfs_unmountfs should return void | Christoph Hellwig | 1 | -7/+5 |
| 2008-08-13 | [XFS] cleanup xfs_mountfs | Christoph Hellwig | 1 | -20/+10 |
| 2008-08-13 | [XFS] move root inode IRELE into xfs_unmountfs | Christoph Hellwig | 1 | -0/+2 |
| 2008-08-13 | [XFS] kill INDUCE_IO_ERROR | Christoph Hellwig | 1 | -1/+1 |
| 2008-08-13 | [XFS] don't leak m_fsname/m_rtname/m_logname | Christoph Hellwig | 1 | -7/+0 |
| 2008-07-28 | [XFS] Don't assert if trying to mount with blocksize > pagesize | Lachlan McIlroy | 1 | -13/+13 |
| 2008-07-28 | [XFS] kill xfs_mount_init | Christoph Hellwig | 1 | -28/+2 |
| 2008-07-28 | [XFS] sort out opening and closing of the block devices | Christoph Hellwig | 1 | -12/+1 |
| 2008-07-28 | [XFS] don't call xfs_freesb from xfs_mountfs failure case | Christoph Hellwig | 1 | -1/+0 |
| 2008-07-28 | [XFS] kill xfs_uuid_unmount | Christoph Hellwig | 1 | -13/+2 |
| 2008-07-28 | [XFS] Update valid fields in xfs_mount_log_sb() | David Chinner | 1 | -1/+2 |
| 2008-07-28 | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 1 | -11/+7 |
| 2008-07-28 | [XFS] Fix up noattr2 so that it will properly update the versionnum and | Tim Shimmin | 1 | -1/+11 |
| 2008-04-29 | [XFS] kill XFS_ICSB_SB_LOCKED | Christoph Hellwig | 1 | -1/+1 |
| 2008-04-29 | [XFS] split xfs_icsb_balance_counter | Christoph Hellwig | 1 | -27/+31 |
| 2008-04-29 | [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held | Christoph Hellwig | 1 | -15/+8 |
| 2008-04-18 | [XFS] Ensure errors from xfs_bdstrat() are correctly checked. | David Chinner | 1 | -1/+0 |
| 2008-04-18 | [XFS] Propagate errors from xfs_trans_commit(). | David Chinner | 1 | -13/+22 |
| 2008-04-18 | [XFS] Report errors from xfs_reserve_blocks(). | David Chinner | 1 | -3/+11 |
| 2008-04-18 | [XFS] xfs_icsb_counter_disabled() never returns an error. | David Chinner | 1 | -5/+3 |
| 2008-04-18 | [XFS] remove most calls to VN_RELE | Christoph Hellwig | 1 | -3/+2 |
| 2008-04-18 | [XFS] Remove superflous xfs_readsb call in xfs_mountfs. | Christoph Hellwig | 1 | -5/+0 |
| 2008-04-10 | [XFS] Ensure "both" features2 slots are consistent | Eric Sandeen | 1 | -12/+25 |
| 2008-04-10 | [XFS] Fix superblock features2 field alignment problem | David Chinner | 1 | -6/+28 |
| 2008-04-10 | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 1 | -5/+5 |
| 2008-02-07 | [XFS] Move AIL pushing into it's own thread | David Chinner | 1 | -6/+0 |
| 2008-02-07 | [XFS] Fix up sparse warnings. | David Chinner | 1 | -1/+1 |
| 2008-02-07 | [XFS] Refactor xfs_mountfs | Eric Sandeen | 1 | -105/+162 |
| 2008-02-07 | [XFS] Remove spin.h | Eric Sandeen | 1 | -7/+4 |
| 2008-02-07 | [XFS] Unwrap XFS_SB_LOCK. | Eric Sandeen | 1 | -30/+27 |
| 2008-02-07 | [XFS] Unwrap AIL_LOCK | Donald Douwsma | 1 | -2/+2 |
| 2008-02-07 | [XFS] kill unnessecary ioops indirection | Lachlan McIlroy | 1 | -1/+0 |
| 2007-10-16 | [XFS] growlock should be a mutex | Christoph Hellwig | 1 | -2/+2 |
| 2007-10-16 | [XFS] kill struct bhv_vfs | Christoph Hellwig | 1 | -8/+3 |
| 2007-10-16 | [XFS] kill the vfs_flags member in struct bhv_vfs | Christoph Hellwig | 1 | -4/+4 |
| 2007-10-16 | [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs | Christoph Hellwig | 1 | -21/+1 |
| 2007-10-16 | [XFS] call common xfs vfs-level helpers directly and remove vfs operations | Christoph Hellwig | 1 | -10/+2 |
| 2007-10-16 | [XFS] move freeing the mount structure from xfs_mount_free into the callers | Christoph Hellwig | 1 | -1/+0 |
| 2007-10-15 | [XFS] Radix tree based inode caching | David Chinner | 1 | -14/+13 |
| 2007-10-15 | [XFS] superblock endianess annotations | Christoph Hellwig | 1 | -46/+88 |
| 2007-10-15 | [XFS] Fix a potential NULL pointer deref in XFS on failed mount. | Jesper Juhl | 1 | -1/+1 |
| 2007-10-15 | [XFS] Pick a single default inode cluster size. | Eric Sandeen | 1 | -7/+4 |
| 2007-10-15 | [XFS] Remove m_nreadaheads | Eric Sandeen | 1 | -10/+0 |
| 2007-07-14 | [XFS] Use do_div() on 64 bit types. | Christoph Hellwig | 1 | -1/+3 |
| 2007-07-14 | [XFS] Prevent ENOSPC from aborting transactions that need to succeed | David Chinner | 1 | -2/+35 |
| 2007-07-14 | [XFS] Prevent deadlock when flushing inodes on unmount | David Chinner | 1 | -0/+11 |
| 2007-07-14 | [XFS] Lazy Superblock Counters | David Chinner | 1 | -6/+148 |
| 2007-07-14 | [XFS] Don't grow filesystems past the size they can index. | Nathan Scott | 1 | -12/+23 |
| 2007-05-09 | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 1 | -0/+3 |
| 2007-05-08 | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 1 | -1/+1 |
| 2007-02-10 | [XFS] Re-initialize the per-cpu superblock counters after recovery. | Lachlan McIlroy | 1 | -5/+18 |
| 2007-02-10 | [XFS] Fix block reservation mechanism. | David Chinner | 1 | -13/+3 |
| 2007-02-10 | [XFS] Make growfs work for amounts greater than 2TB | David Chinner | 1 | -8/+14 |
| 2007-02-10 | [XFS] Fix UP build breakage due to undefined m_icsb_mutex. | David Chinner | 1 | -11/+12 |
| 2007-02-10 | [XFS] Reduction global superblock lock contention near ENOSPC. | David Chinner | 1 | -93/+139 |
| 2007-02-10 | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 1 | -4/+4 |
| 2006-09-07 | [XFS] Prevent free space oversubscription and xfssyncd looping. | David Chinner | 1 | -24/+8 |
| 2006-06-27 | Merge git://oss.sgi.com:8090/nathans/xfs-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2006-06-27 | [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places | Chandra Seetharaman | 1 | -8/+10 |
| 2006-06-28 | [XFS] Rework code snippets slightly to remove remaining recent-gcc | Nathan Scott | 1 | -1/+2 |
| 2006-06-20 | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 1 | -14/+1 |
| 2006-06-09 | [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. | Nathan Scott | 1 | -1/+1 |
| 2006-06-09 | [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. | Nathan Scott | 1 | -4/+4 |
| 2006-06-09 | [XFS] Portability changes: remove prdev, stick to one diagnostic | Nathan Scott | 1 | -2/+3 |
| 2006-06-09 | [XFS] In actual allocation of file system blocks and freeing extents, the | Yingping Lu | 1 | -2/+22 |
| 2006-04-11 | [XFS] Fix superblock validation regression for the zero imaxpct case. | Nathan Scott | 1 | -1/+1 |
| 2006-03-31 | [XFS] Implement the silent parameter to fill_super, previously ignored. | Nathan Scott | 1 | -40/+31 |
| 2006-03-29 | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all | Nathan Scott | 1 | -2/+2 |
| 2006-03-14 | [XFS] Additional mount time superblock validation checks. | Nathan Scott | 1 | -1/+4 |
| 2006-03-14 | [XFS] using a spinlock per cpu for superblock counter exclusion results in | David Chinner | 1 | -13/+24 |
| 2006-03-14 | [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by | David Chinner | 1 | -2/+72 |
| 2006-03-14 | [XFS] On machines with more than 8 cpus, when running parallel I/O | David Chinner | 1 | -16/+544 |
| 2006-01-15 | return statement cleanup - kill pointless parentheses | Jesper Juhl | 1 | -33/+33 |
| 2006-01-11 | [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an | Nathan Scott | 1 | -2/+1 |
| 2006-01-11 | [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: XFS | Jes Sorensen | 1 | -1/+1 |
| 2005-11-02 | [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode | Eric Sandeen | 1 | -1/+1 |
| 2005-11-02 | [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. | Nathan Scott | 1 | -3/+6 |
| 2005-11-02 | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 1 | -25/+11 |
| 2005-11-02 | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 1 | -8/+7 |
| 2005-11-02 | [XFS] Track external log/realtime device names for correct reporting in | Nathan Scott | 1 | -0/+4 |
| 2005-11-02 | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 1 | -3/+4 |
| 2005-11-02 | [XFS] Add format checking to cmn_err and icmn_err | Christoph Hellwig | 1 | -1/+1 |
| 2005-06-21 | [XFS] remove xfs_incore_relse | Christoph Hellwig | 1 | -9/+0 |
| 2005-06-21 | [XFS] rewrite xfs_iflush_all | Christoph Hellwig | 1 | -1/+1 |
| 2005-06-21 | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 1 | -2/+3 |
| 2005-05-05 | [XFS] Block mount attempts for filesystems with version 1 directories. | Nathan Scott | 1 | -0/+9 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1586 |