index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-01
xfs: push stale, pinned buffers on trylock failures
Dave Chinner
1
-19
/
+16
2010-12-01
xfs: fix failed write truncation handling.
Dave Chinner
1
-54
/
+40
2010-11-10
xfs: remove incorrect assert in xfs_vm_writepage
Christoph Hellwig
1
-3
/
+4
2010-11-10
xfs: use hlist_add_fake
Christoph Hellwig
1
-1
/
+2
2010-11-10
xfs: move delayed write buffer trace
Dave Chinner
1
-1
/
+1
2010-11-10
xfs: fix per-ag reference counting in inode reclaim tree walking
Dave Chinner
1
-0
/
+1
2010-11-10
xfs: xfs_ioctl: fix information leak to userland
Kulikov Vasiliy
1
-1
/
+1
2010-11-10
xfs: remove experimental tag from the delaylog option
Christoph Hellwig
1
-3
/
+0
2010-10-29
new helper: mount_bdev()
Al Viro
1
-7
/
+5
2010-10-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-3
/
+6
2010-10-26
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
1
-2
/
+1
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
1
-0
/
+1
2010-10-25
new helper: ihold()
Al Viro
1
-1
/
+1
2010-10-25
fs: remove inode_add_to_list/__inode_add_to_list
Christoph Hellwig
1
-1
/
+3
2010-10-25
fs: kill block_prepare_write
Christoph Hellwig
1
-1
/
+1
2010-10-22
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
17
-479
/
+442
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2010-10-19
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
7
-58
/
+48
2010-10-18
xfs: semaphore cleanup
Thomas Gleixner
1
-1
/
+1
2010-10-18
xfs: Extend project quotas to support 32bit project ids
Arkadiusz Mi?kiewicz
4
-11
/
+15
2010-10-18
xfs: remove xfs_buf wrappers
Christoph Hellwig
3
-28
/
+13
2010-10-18
xfs: remove xfs_cred.h
Christoph Hellwig
4
-32
/
+3
2010-10-18
xfs: remove xfs_globals.h
Christoph Hellwig
2
-24
/
+0
2010-10-18
xfs: remove xfs_version.h
Christoph Hellwig
3
-30
/
+1
2010-10-18
xfs: remove XFS_MOUNT_NO_PERCPU_SB
Christoph Hellwig
1
-2
/
+4
2010-10-18
xfs: pack xfs_buf structure more tightly
Dave Chinner
1
-11
/
+19
2010-10-18
xfs: convert buffer cache hash to rbtree
Dave Chinner
2
-76
/
+68
2010-10-18
xfs: serialise inode reclaim within an AG
Dave Chinner
1
-0
/
+30
2010-10-18
xfs: batch inode reclaim lookup
Dave Chinner
1
-33
/
+77
2010-10-18
xfs: implement batched inode lookups for AG walking
Dave Chinner
2
-23
/
+45
2010-10-18
xfs: split out inode walk inode grabbing
Dave Chinner
1
-45
/
+34
2010-10-18
xfs: split inode AG walking into separate code for reclaim
Dave Chinner
3
-113
/
+93
2010-10-18
xfs: remove buftarg hash for external devices
Dave Chinner
1
-1
/
+5
2010-10-18
xfs: kill XBF_FS_MANAGED buffers
Dave Chinner
2
-20
/
+4
2010-10-18
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
Dave Chinner
3
-10
/
+12
2010-10-18
xfs: introduced uncached buffer read primitve
Dave Chinner
2
-0
/
+37
2010-10-18
xfs: rename xfs_buf_get_nodaddr to be more appropriate
Dave Chinner
3
-6
/
+7
2010-10-18
xfs: don't use vfs writeback for pure metadata modifications
Dave Chinner
3
-42
/
+2
2010-10-18
xfs: lockless per-ag lookups
Dave Chinner
1
-3
/
+3
2010-10-18
xfs: Introduce XFS_IOC_ZERO_RANGE
Dave Chinner
2
-1
/
+3
2010-10-18
xfs: use range primitives for xfs page cache operations
Dave Chinner
1
-16
/
+15
2010-10-11
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
1
-1
/
+1
2010-10-06
xfs: properly account for reclaimed inodes
Johannes Weiner
1
-5
/
+14
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-2
/
+1
2010-09-10
xfs: log IO completion workqueue is a high priority queue
Dave Chinner
1
-1
/
+2
2010-09-10
xfs: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+2
2010-09-10
xfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
3
-25
/
+3
2010-09-03
Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...
Alex Elder
2
-8
/
+1
2010-09-03
xfs: Make fiemap work with sparse files
Tao Ma
1
-1
/
+1
2010-09-02
xfs: Disallow 32bit project quota id
Arkadiusz Mi?kiewicz
1
-0
/
+7
[next]