Age | Commit message (Expand) | Author | Files | Lines |
2009-12-17 | Btrfs: Make truncate(2) more ENOSPC friendly | Yan, Zheng | 2 | -137/+212 |
2009-12-17 | Btrfs: Make fallocate(2) more ENOSPC friendly | Yan, Zheng | 1 | -33/+32 |
2009-12-17 | Btrfs: Avoid orphan inodes cleanup during committing transaction | Yan, Zheng | 2 | -16/+17 |
2009-12-17 | Btrfs: Avoid orphan inodes cleanup while replaying log | Yan, Zheng | 5 | -36/+55 |
2009-12-17 | Btrfs: Fix disk_i_size update corner case | Yan, Zheng | 4 | -56/+127 |
2009-12-15 | Btrfs: Rewrite btrfs_drop_extents | Yan, Zheng | 5 | -423/+277 |
2009-12-15 | Btrfs: Add btrfs_duplicate_item | Yan, Zheng | 2 | -59/+143 |
2009-12-15 | Btrfs: Avoid superfluous tree-log writeout | Yan, Zheng | 5 | -31/+47 |
2009-12-01 | CacheFiles: Update IMA counters when using dentry_open | Marc Dionne | 1 | -0/+2 |
2009-12-01 | 9p: fix build breakage introduced by FS-Cache | David Howells | 1 | -1/+1 |
2009-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2 | -5/+12 |
2009-11-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+3 |
2009-11-30 | jffs2: Fix memory corruption in jffs2_read_inode_range() | David Woodhouse | 1 | -3/+6 |
2009-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache | Linus Torvalds | 21 | -209/+1322 |
2009-11-27 | fuse: reject O_DIRECT flag also in fuse_create | Csaba Henk | 1 | -0/+3 |
2009-11-25 | [CIFS] Fix sparse warning | Steve French | 2 | -1/+10 |
2009-11-24 | [CIFS] Duplicate data on appending to some Samba servers | Steve French | 1 | -2/+0 |
2009-11-24 | [CIFS] fix oops in cifs_lookup during net boot | Steve French | 1 | -2/+2 |
2009-11-20 | FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n | David Howells | 1 | -0/+1 |
2009-11-20 | SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE | David Howells | 1 | -0/+1 |
2009-11-20 | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user() | David Howells | 1 | -1/+1 |
2009-11-19 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -24/+80 |
2009-11-19 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-11-19 | CacheFiles: Don't log lookup/create failing with ENOBUFS | David Howells | 1 | -2/+3 |
2009-11-19 | CacheFiles: Catch an overly long wait for an old active object | David Howells | 5 | -23/+85 |
2009-11-19 | CacheFiles: Better showing of debugging information in active object problems | David Howells | 1 | -27/+75 |
2009-11-19 | CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy | David Howells | 1 | -2/+2 |
2009-11-19 | CacheFiles: Handle truncate unlocking the page we're reading | David Howells | 1 | -6/+93 |
2009-11-19 | CacheFiles: Don't write a full page if there's only a partial page to cache | David Howells | 2 | -7/+36 |
2009-11-19 | FS-Cache: Actually requeue an object when requested | David Howells | 1 | -2/+1 |
2009-11-19 | FS-Cache: Start processing an object's operations on that object's death | David Howells | 4 | -61/+69 |
2009-11-19 | FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failure | David Howells | 1 | -5/+12 |
2009-11-19 | FS-Cache: Add a retirement stat counter | David Howells | 3 | -2/+7 |
2009-11-19 | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells | 6 | -34/+100 |
2009-11-19 | FS-Cache: Handle read request vs lookup, creation or other cache failure | David Howells | 3 | -2/+10 |
2009-11-19 | FS-Cache: Don't delete pending pages from the page-store tracking tree | David Howells | 1 | -2/+5 |
2009-11-19 | FS-Cache: Fix lock misorder in fscache_write_op() | David Howells | 4 | -19/+48 |
2009-11-19 | FS-Cache: The object-available state can't rely on the cookie to be available | David Howells | 1 | -2/+7 |
2009-11-19 | FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase | David Howells | 4 | -39/+113 |
2009-11-19 | FS-Cache: Use radix tree preload correctly in tracking of pages to be stored | David Howells | 1 | -1/+3 |
2009-11-19 | FS-Cache: Clear netfs pointers in cookie after detaching object, not before | David Howells | 1 | -4/+4 |
2009-11-19 | FS-Cache: Add counters for entry/exit to/from cache operation functions | David Howells | 6 | -9/+118 |
2009-11-19 | FS-Cache: Allow the current state of all objects to be dumped | David Howells | 12 | -3/+484 |
2009-11-19 | FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items | David Howells | 3 | -6/+91 |
2009-11-19 | SLOW_WORK: Wait for outstanding work items belonging to a module to clear | David Howells | 5 | -5/+8 |
2009-11-17 | fcntl: rename F_OWNER_GID to F_OWNER_PGRP | Peter Zijlstra | 1 | -2/+2 |
2009-11-17 | procfs: fix /proc/<pid>/stat stack pointer for kernel threads | Stefani Seibold | 1 | -1/+1 |
2009-11-17 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2 | -5/+22 |
2009-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-11-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 3 | -4/+5 |