| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | [DLM] keep dlm from panicing when traversing rsb list in debugfs | Josef Bacik | 2007-07-09 | 1 | -1/+8 |
| * | | [GFS2] Quotas non-functional - fix bug | Abhijith Das | 2007-07-09 | 2 | -9/+3 |
| * | | [GFS2] Clean up inode number handling | Steven Whitehouse | 2007-07-09 | 18 | -161/+160 |
| * | | [GFS2] Reduce size of struct gdlm_lock | Steven Whitehouse | 2007-07-09 | 3 | -6/+18 |
| * | | [GFS2] Addendum patch 2 for gfs2_grow | Robert Peterson | 2007-07-09 | 5 | -9/+9 |
| * | | [GFS2] use zero_user_page | Nate Diller | 2007-07-09 | 1 | -5/+1 |
| * | | [GFS2] Kernel changes to support new gfs2_grow command (part 2) | Robert Peterson | 2007-07-09 | 2 | -49/+93 |
| * | | [GFS2] kernel changes to support new gfs2_grow command | Robert Peterson | 2007-07-09 | 3 | -8/+86 |
| * | | [DLM] fix a couple of races | Satyam Sharma | 2007-07-09 | 1 | -4/+11 |
| * | | [GFS2] flush the glock completely in inode_go_sync | Benjamin Marzinski | 2007-07-09 | 1 | -1/+1 |
* | | | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-10 | 43 | -276/+488 |
|\ \ \ |
|
| * | | | pipe: add documentation and comments | Jens Axboe | 2007-07-10 | 2 | -1/+64 |
| * | | | pipe: change the ->pin() operation to ->confirm() | Jens Axboe | 2007-07-10 | 4 | -14/+15 |
| * | | | Remove remnants of sendfile() | Jens Axboe | 2007-07-10 | 1 | -15/+11 |
| * | | | xip sendfile removal | Carsten Otte | 2007-07-10 | 1 | -1/+0 |
| * | | | splice: completely document external interface with kerneldoc | Jens Axboe | 2007-07-10 | 1 | -24/+85 |
| * | | | sendfile: remove bad_sendfile() from bad_file_ops | Jens Axboe | 2007-07-10 | 1 | -7/+0 |
| * | | | pipe: allow passing around of ops private pointer | Jens Axboe | 2007-07-10 | 1 | -0/+1 |
| * | | | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 2007-07-10 | 4 | -24/+8 |
| * | | | sendfile: convert nfsd to splice_direct_to_actor() | Jens Axboe | 2007-07-10 | 1 | -16/+31 |
| * | | | sendfile: convert nfs to using splice_read() | Jens Axboe | 2007-07-10 | 1 | -6/+9 |
| * | | | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 37 | -131/+43 |
| * | | | sys_sendfile: switch to using ->splice_read, if available | Jens Axboe | 2007-07-10 | 1 | -4/+20 |
| * | | | vmsplice: add vmsplice-to-user support | Jens Axboe | 2007-07-10 | 2 | -29/+151 |
| * | | | splice: abstract out actor data | Jens Axboe | 2007-07-10 | 2 | -32/+78 |
| | |/
| |/| |
|
* | | | unexport bio_{,un}map_user | Adrian Bunk | 2007-07-10 | 1 | -2/+0 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2007-07-09 | 26 | -1145/+1096 |
|\ \ |
|
| * | | JFS: Update print_hex_dump() syntax | Dave Kleikamp | 2007-06-13 | 5 | -29/+28 |
| * | | JFS: use print_hex_dump() rather than private dump_mem() function | Dave Kleikamp | 2007-06-06 | 7 | -45/+29 |
| * | | JFS: Whitespace cleanup and remove some dead code | Dave Kleikamp | 2007-06-06 | 23 | -1098/+1066 |
* | | | sched: scheduler debugging, core | Ingo Molnar | 2007-07-09 | 1 | -0/+69 |
* | | | sched: update delay-accounting to use CFS's precise stats | Balbir Singh | 2007-07-09 | 1 | -1/+1 |
* | | | sched: make use of precise accounting for /proc task stats | Ingo Molnar | 2007-07-09 | 1 | -10/+47 |
* | | | sched: remove the SleepAVG field | Ingo Molnar | 2007-07-09 | 1 | -2/+0 |
| |/
|/| |
|
* | | Fix permission checking for the new utimensat() system call | Linus Torvalds | 2007-07-08 | 1 | -3/+10 |
* | | DLM must depend on SYSFS | Adrian Bunk | 2007-07-07 | 1 | -1/+1 |
* | | Fix elf_core_dump() when writing arch specific notes (spu coredumps) | Michael Ellerman | 2007-07-06 | 1 | -1/+6 |
* | | [JFFS2] Fix readinode failure when read_dnode() detects CRC failure. | David Woodhouse | 2007-07-04 | 1 | -14/+9 |
* | | dio: remove bogus refcounting BUG_ON | Zach Brown | 2007-07-03 | 1 | -1/+1 |
* | | Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM | David Woodhouse | 2007-06-28 | 1 | -0/+8 |
* | | ext2: fix return of uninitialised variable | Andrew Morton | 2007-06-28 | 1 | -0/+1 |
* | | avoid spurious POLLIN returns in signalfd | Davide Libenzi | 2007-06-28 | 1 | -1/+2 |
* | | zero out last page for llseek/write | Michael Halcrow | 2007-06-28 | 1 | -0/+2 |
* | | eCryptfs: initialize crypt_stat in setattr | Michael Halcrow | 2007-06-28 | 1 | -1/+46 |
* | | eCryptfs: fix write zeros behavior | Michael Halcrow | 2007-06-28 | 3 | -24/+50 |
* | | ext4: lost brelse in ext4_read_inode() | Kirill Korotaev | 2007-06-24 | 1 | -1/+3 |
* | | ext3: lost brelse in ext3_read_inode() | Kirill Korotaev | 2007-06-24 | 1 | -1/+3 |
* | | ext2: disallow setting xip on remount | Carsten Otte | 2007-06-24 | 1 | -0/+8 |
* | | [XFS] s/memclear_highpage_flush/zero_user_page/ | Christoph Hellwig | 2007-06-19 | 1 | -1/+1 |
* | | shm: fix the filename of hugetlb sysv shared memory | Eric W. Biederman | 2007-06-16 | 1 | -5/+2 |