Age | Commit message (Expand) | Author |
2010-10-18 | xfs: remove buftarg hash for external devices | Dave Chinner |
2010-10-18 | xfs: use unhashed buffers for size checks | Dave Chinner |
2010-10-18 | xfs: kill XBF_FS_MANAGED buffers | Dave Chinner |
2010-10-18 | xfs: store xfs_mount in the buftarg instead of in the xfs_buf | Dave Chinner |
2010-10-18 | xfs: introduced uncached buffer read primitve | Dave Chinner |
2010-10-18 | xfs: rename xfs_buf_get_nodaddr to be more appropriate | Dave Chinner |
2010-10-18 | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner |
2010-10-18 | xfs: lockless per-ag lookups | Dave Chinner |
2010-10-18 | xfs: remove debug assert for per-ag reference counting | Dave Chinner |
2010-10-18 | xfs: reduce the number of CIL lock round trips during commit | Dave Chinner |
2010-10-18 | xfs: eliminate some newly-reported gcc warnings | Poyo VL |
2010-10-18 | xfs: remove the ->kill_root btree operation | Christoph Hellwig |
2010-10-18 | xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush | Christoph Hellwig |
2010-10-18 | xfs: simplify xfs_qm_dqusage_adjust | Christoph Hellwig |
2010-10-18 | xfs: Introduce XFS_IOC_ZERO_RANGE | Dave Chinner |
2010-10-18 | xfs: use range primitives for xfs page cache operations | Dave Chinner |
2010-10-11 | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo |
2010-10-06 | xfs: properly account for reclaimed inodes | Johannes Weiner |
2010-10-05 | quota: Make QUOTACTL config be selected by its users | Jan Kara |
2010-09-29 | xfs: force background CIL push under sustained load | Dave Chinner |
2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig |
2010-09-10 | xfs: log IO completion workqueue is a high priority queue | Dave Chinner |
2010-09-10 | xfs: prevent reading uninitialized stack memory | Dan Rosenberg |
2010-09-10 | xfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig |
2010-09-03 | Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g... | Alex Elder |
2010-09-03 | xfs: Make fiemap work with sparse files | Tao Ma |
2010-09-03 | xfs: prevent 32bit overflow in space reservation | Dave Chinner |
2010-09-02 | xfs: Disallow 32bit project quota id | Arkadiusz Mi?kiewicz |
2010-09-02 | xfs: improve buffer cache hash scalability | Dave Chinner |
2010-08-24 | xfs: do not discard page cache data on EAGAIN | Christoph Hellwig |
2010-08-24 | xfs: don't do memory allocation under the CIL context lock | Dave Chinner |
2010-08-24 | xfs: Reduce log force overhead for delayed logging | Dave Chinner |
2010-08-24 | xfs: dummy transactions should not dirty VFS state | Dave Chinner |
2010-08-24 | xfs: ensure f_ffree returned by statfs() is non-negative | Stuart Brodsky |
2010-08-24 | xfs: handle negative wbc->nr_to_write during sync writeback | Dave Chinner |
2010-08-24 | xfs: fix untrusted inode number lookup | Dave Chinner |
2010-08-24 | xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE | Dave Chinner |
2010-08-24 | xfs: unlock items before allowing the CIL to commit | Dave Chinner |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro |
2010-08-09 | simplify checks for I_CLEAR/I_FREEING | Al Viro |
2010-08-09 | xfs: new truncate sequence | Christoph Hellwig |
2010-08-09 | get rid of block_write_begin_newtrunc | Christoph Hellwig |
2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig |
2010-08-07 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2010-07-26 | xfs simplify and speed up direct I/O completions | Christoph Hellwig |
2010-07-26 | xfs: move aio completion after unwritten extent conversion | Christoph Hellwig |
2010-07-26 | direct-io: move aio_complete into ->end_io | Christoph Hellwig |
2010-07-26 | xfs: fix big endian build | Dave Chinner |
2010-07-26 | xfs: clean up xfs_bmap_get_bp | Christoph Hellwig |