Age | Commit message (Expand) | Author | Files | Lines |
2010-05-24 | quota: rename default quotactl methods to dquot_ | Christoph Hellwig | 1 | -11/+11 |
2010-05-24 | quota: explicitly set ->dq_op and ->s_qcop | Christoph Hellwig | 1 | -9/+0 |
2010-05-24 | quota: drop remount argument to ->quota_on and ->quota_off | Christoph Hellwig | 2 | -4/+4 |
2010-05-24 | quota: move unmount handling into the filesystem | Christoph Hellwig | 1 | -15/+0 |
2010-05-24 | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers | Christoph Hellwig | 1 | -7/+24 |
2010-05-21 | linux/elfcore.h: hide kernel functions | Roland McGrath | 1 | -2/+2 |
2010-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -19/+20 |
2010-05-21 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 3 | -5/+6 |
2010-05-21 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 3 | -2/+43 |
2010-05-21 | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 3 | -22/+63 |
2010-05-21 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -3/+41 |
2010-05-21 | Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty... | Linus Torvalds | 2 | -7/+8 |
2010-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2 | -7/+175 |
2010-05-21 | ramfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 1 | -1/+2 |
2010-05-21 | vfs: Add inode uid,gid,mode init helper | Dmitry Monakhov | 1 | -1/+2 |
2010-05-21 | vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs | Roland Dreier | 1 | -0/+1 |
2010-05-21 | sanitize vfs_fsync calling conventions | Christoph Hellwig | 1 | -3/+3 |
2010-05-21 | reiserfs: constify xattr_handler | Stephen Hemminger | 2 | -5/+5 |
2010-05-21 | fs: xattr_handler table should be const | Stephen Hemminger | 3 | -4/+4 |
2010-05-21 | Introduce freeze_super and thaw_super for the fsfreeze ioctl | Josef Bacik | 1 | -0/+2 |
2010-05-21 | new helper: iterate_supers() | Al Viro | 1 | -0/+1 |
2010-05-21 | Bury __put_super_and_need_restart() | Al Viro | 1 | -3/+0 |
2010-05-21 | get rid of restarts in sync_filesystems() | Al Viro | 1 | -1/+1 |
2010-05-21 | get rid of S_BIAS | Al Viro | 1 | -1/+0 |
2010-05-21 | sb_entry() has been killed a couple of years ago and resurrected on mismerge | Al Viro | 1 | -1/+0 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2 | -0/+3 |
2010-05-21 | Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 12 | -21/+134 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -0/+95 |
2010-05-21 | Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm | Linus Torvalds | 1 | -0/+78 |
2010-05-21 | Merge staging-next tree into Linus's latest version | Greg Kroah-Hartman | 2 | -0/+3 |
2010-05-21 | Merge branch 'master' into for-2.6.35 | Jens Axboe | 338 | -2479/+10284 |
2010-05-21 | pipe: set lower and upper limit on max pages in the pipe page array | Jens Axboe | 1 | -0/+2 |
2010-05-21 | pipe: add support for shrinking and growing pipes | Jens Axboe | 3 | -4/+20 |
2010-05-21 | drbd: This is now equivalent to drbd release 8.3.8rc1 | Philipp Reisner | 1 | -2/+2 |
2010-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -26/+0 |
2010-05-21 | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -81/+310 |
2010-05-21 | Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+14 |
2010-05-21 | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 4 | -17/+145 |
2010-05-21 | writeback: fix problem with !CONFIG_BLOCK compilation | Jens Axboe | 1 | -0/+4 |
2010-05-21 | block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity() | Tejun Heo | 2 | -3/+2 |
2010-05-21 | writeback: fixups for !dirty_writeback_centisecs | Jens Axboe | 1 | -0/+1 |
2010-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+10 |
2010-05-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -15/+69 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 5 | -1/+61 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 8 | -9/+83 |
2010-05-21 | interrupt.h: fix fatal kernel-doc error | Randy Dunlap | 1 | -1/+1 |
2010-05-21 | quota: Refactor dquot_transfer code so that OCFS2 can pass in its references | Jan Kara | 1 | -0/+1 |
2010-05-21 | quota: unify quota init condition in setattr | Dmitry Monakhov | 1 | -0/+8 |
2010-05-21 | quota: unify ->set_dqblk | Christoph Hellwig | 3 | -3/+12 |
2010-05-21 | quota: unify ->get_dqblk | Christoph Hellwig | 2 | -3/+3 |