| Commit message (Expand) | Author | Age | Files | Lines |
* | libxfs: add xfs_bit.c | Dave Chinner | 2015-07-29 | 1 | -1/+1 |
* | xfs: implement pNFS export operations | Christoph Hellwig | 2015-02-16 | 1 | -0/+1 |
* | xfs: add xfs_mount sysfs kobject | Brian Foster | 2014-07-15 | 1 | -0/+1 |
* | libxfs: move source files | Dave Chinner | 2014-06-25 | 1 | -31/+32 |
* | xfs: create libxfs infrastructure | Dave Chinner | 2014-06-25 | 1 | -1/+6 |
* | xfs: abstract the differences in dir2/dir3 via an ops vector | Dave Chinner | 2013-10-30 | 1 | -0/+1 |
* | xfs: split xfs_rtalloc.c for userspace sanity | Dave Chinner | 2013-10-23 | 1 | -1/+5 |
* | xfs: split dquot buffer operations out | Dave Chinner | 2013-10-23 | 1 | -0/+1 |
* | xfs: Add xfs_log_rlimit.c | Jie Liu | 2013-08-12 | 1 | -0/+1 |
* | xfs: consolidate extent swap code | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: consolidate xfs_utils.c | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: consolidate xfs_rename.c | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: kill xfs_vnodeops.[ch] | Dave Chinner | 2013-08-12 | 1 | -1/+0 |
* | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: introduce xfs_sb.c for sharing with libxfs | Dave Chinner | 2013-08-12 | 1 | -1/+2 |
* | xfs: split out the remote symlink handling | Dave Chinner | 2013-08-12 | 1 | -1/+2 |
* | xfs: split out attribute fork truncation code into separate file | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: split out attribute listing code into separate file | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: move getdents code into it's own file | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: introduce xfs_inode_buf.c for inode buffer operations | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: move inode fork definitions to a new header file | Dave Chinner | 2013-08-12 | 1 | -0/+1 |
* | xfs: split out transaction reservation code | Dave Chinner | 2013-08-12 | 1 | -1/+2 |
* | xfs: Inode create log items | Dave Chinner | 2013-06-27 | 1 | -0/+1 |
* | xfs: split remote attribute code out | Dave Chinner | 2013-04-27 | 1 | -0/+1 |
* | xfs: split out symlink code into it's own file. | Dave Chinner | 2013-04-21 | 1 | -2/+3 |
* | xfs: remove xfs_flushinval_pages | Dave Chinner | 2012-11-14 | 1 | -1/+0 |
* | xfs: remove xfs_iget.c | Dave Chinner | 2012-10-17 | 1 | -1/+0 |
* | xfs: rename xfs_sync.[ch] to xfs_icache.[ch] | Dave Chinner | 2012-10-17 | 1 | -1/+1 |
* | xfs: move xfs_do_force_shutdown() and kill xfs_rw.c | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: move busy extent handling to it's own file | Dave Chinner | 2012-05-14 | 1 | -0/+1 |
* | xfs: use common code for quota statistics | Christoph Hellwig | 2012-03-14 | 1 | -3/+0 |
* | xfs: fix tracing builds inside the source tree | Christoph Hellwig | 2011-08-22 | 1 | -0/+2 |
* | xfs: remove subdirectories | Christoph Hellwig | 2011-08-12 | 1 | -61/+56 |
* | xfs: don't expect xfs headers to be in subdirectories | Alex Elder | 2011-08-12 | 1 | -1/+1 |
* | xfs: remove leftovers of the old btree tracing code | Christoph Hellwig | 2011-07-13 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-03-21 | 1 | -3/+2 |
|\ |
|
| * | xfs: kill support/debug.[ch] | Dave Chinner | 2011-03-07 | 1 | -3/+1 |
| * | xfs: introduce new logging API. | Dave Chinner | 2011-03-02 | 1 | -0/+1 |
* | | fs: change to new flag variable | matt mooney | 2011-03-17 | 1 | -5/+2 |
|/ |
|
* | xfs: add FITRIM support | Christoph Hellwig | 2011-01-11 | 1 | -0/+1 |
* | xfs: simplify log item descriptor tracking | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -2/+1 |
* | xfs: Introduce delayed logging core code | Dave Chinner | 2010-05-24 | 1 | -0/+1 |
* | xfs: merge xfs_lrw.c into xfs_file.c | Christoph Hellwig | 2010-03-01 | 1 | -1/+0 |
* | xfs: turn off sign warnings | Dave Chinner | 2010-01-26 | 1 | -1/+1 |
* | xfs: make compile warn about char sign mismatches again | Dave Chinner | 2010-01-20 | 1 | -1/+1 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -5/+3 |
* | xfs: use generic Posix ACL code | Christoph Hellwig | 2009-06-10 | 1 | -1/+1 |
* | xfs: kill xfs_qmops | Christoph Hellwig | 2009-06-08 | 1 | -2/+1 |
* | xfs: get rid of indirections in the quotaops implementation | Christoph Hellwig | 2009-02-09 | 1 | -0/+1 |