Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | sysv: convert to new aops | Nick Piggin | 3 | -24/+52 |
2007-10-16 | udf: convert to new aops | Nick Piggin | 2 | -26/+22 |
2007-10-16 | ufs: convert to new aops | Nick Piggin | 3 | -23/+58 |
2007-10-16 | jffs2: convert to new aops | Nick Piggin | 1 | -39/+66 |
2007-10-16 | hostfs: convert to new aops | Nick Piggin | 1 | -41/+27 |
2007-10-16 | fuse: convert to new aops | Nick Piggin | 1 | -14/+32 |
2007-10-16 | smbfs: convert to new aops | Nick Piggin | 1 | -8/+24 |
2007-10-16 | nfs: convert to new aops | Nick Piggin | 1 | -20/+60 |
2007-10-16 | With reiserfs no longer using the weird generic_cont_expand, remove it comple... | Nick Piggin | 1 | -20/+0 |
2007-10-16 | reiserfs: use generic_cont_expand_simple | Vladimir Saveliev | 1 | -2/+11 |
2007-10-16 | reiserfs: convert to new aops | Vladimir Saveliev | 3 | -19/+183 |
2007-10-16 | reiserfs: use generic write | Vladimir Saveliev | 1 | -1239/+1 |
2007-10-16 | qnx4: convert to new aops | Nick Piggin | 1 | -7/+12 |
2007-10-16 | bfs: convert to new aops | Nick Piggin | 1 | -4/+8 |
2007-10-16 | hpfs: convert to new aops | Nick Piggin | 1 | -5/+13 |
2007-10-16 | hfsplus: convert to new aops | Nick Piggin | 2 | -19/+20 |
2007-10-16 | hfs: convert to new aops | Nick Piggin | 2 | -18/+19 |
2007-10-16 | fat: convert to new aops | Nick Piggin | 1 | -11/+16 |
2007-10-16 | fs: new cont helpers | Nick Piggin | 1 | -100/+94 |
2007-10-16 | gfs2: convert to new aops | Steven Whitehouse | 1 | -84/+127 |
2007-10-16 | xfs: convert to new aops | Nick Piggin | 2 | -30/+24 |
2007-10-16 | ext4: convert to new aops | Nick Piggin | 1 | -54/+120 |
2007-10-16 | ext3: convert to new aops | Nick Piggin | 1 | -48/+115 |
2007-10-16 | ext2: convert to new aops | Nick Piggin | 3 | -29/+53 |
2007-10-16 | block_dev: convert to new aops | Nick Piggin | 1 | -6/+18 |
2007-10-16 | implement simple fs aops | Nick Piggin | 5 | -14/+18 |
2007-10-16 | fs: introduce write_begin, write_end, and perform_write aops | Nick Piggin | 4 | -129/+231 |
2007-10-16 | fs: fix data-loss on error | Nick Piggin | 1 | -0/+2 |
2007-10-16 | mm: buffered write cleanup | Nick Piggin | 1 | -8/+2 |
2007-10-16 | fs: fix nobh error handling | Nick Piggin | 1 | -56/+82 |
2007-10-16 | mm: add end_buffer_read helper function | Dmitry Monakhov | 1 | -15/+17 |
2007-10-16 | remove ZERO_PAGE | Nick Piggin | 3 | -4/+4 |
2007-10-16 | readahead: combine file_ra_state.prev_index/prev_offset into prev_pos | Fengguang Wu | 3 | -3/+3 |
2007-10-16 | docbook: fix filesystems content | Randy Dunlap | 1 | -6/+35 |
2007-10-16 | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 9 | -131/+109 |
2007-10-15 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 26 | -846/+787 |
2007-10-15 | Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -3/+30 |
2007-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 4 | -12/+31 |
2007-10-15 | Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -241/+203 |
2007-10-15 | sched: affine sync wakeups | Ingo Molnar | 1 | -3/+3 |
2007-10-15 | sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields | Laurent Vivier | 1 | -2/+15 |
2007-10-15 | sched: guest CPU accounting: add guest-CPU /proc/stat field | Laurent Vivier | 1 | -4/+11 |
2007-10-15 | sched: cleanup, remove the TASK_NONINTERACTIVE flag | Mike Galbraith | 1 | -2/+1 |
2007-10-15 | sched: clean up schedstats, cnt -> count | Ingo Molnar | 1 | -1/+1 |
2007-10-14 | more low-hanging fruits - kernel, fs, lib signedness | Al Viro | 4 | -4/+4 |
2007-10-14 | fs/partitions/sun.c endianness annotations | Al Viro | 1 | -2/+2 |
2007-10-14 | lockdep: annotate dir vs file i_mutex | Peter Zijlstra | 1 | -0/+12 |
2007-10-15 | lockdep: per filesystem inode lock class | Peter Zijlstra | 1 | -3/+9 |
2007-10-13 | JFS: Bio cleanup: Replace missing return statements | Dave Kleikamp | 1 | -0/+3 |
2007-10-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 110 | -3696/+4599 |