Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | cleanup d_add_ci | Christoph Hellwig | 2009-03-27 | 1 | -30/+18 | |
| * | | | | | generic compat_sys_ustat | Christoph Hellwig | 2009-03-27 | 1 | -0/+28 | |
| * | | | | | affs: fix missing unlocks in affs_remove_link | Christoph Hellwig | 2009-03-27 | 1 | -2/+6 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-03-27 | 56 | -654/+815 | |
|\ \ \ \ \ | ||||||
| * | | | | | ext2: Zero our b_size in ext2_quota_read() | Manish Katiyar | 2009-03-26 | 1 | -0/+1 | |
| * | | | | | trivial: fix typos/grammar errors in fs/Kconfig | Matt LaPlante | 2009-03-26 | 1 | -1/+1 | |
| * | | | | | quota: Coding style fixes | Jan Kara | 2009-03-26 | 5 | -111/+198 | |
| * | | | | | quota: Remove superfluous inlines | Jan Kara | 2009-03-26 | 3 | -10/+11 | |
| * | | | | | nfsd: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 1 | -2/+2 | |
| * | | | | | jfs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 8 | -36/+36 | |
| * | | | | | udf: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 2 | -11/+11 | |
| * | | | | | ufs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 2 | -10/+10 | |
| * | | | | | reiserfs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 5 | -22/+24 | |
| * | | | | | ext4: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 7 | -20/+20 | |
| * | | | | | ext3: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 6 | -21/+21 | |
| * | | | | | ext2: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 4 | -14/+14 | |
| * | | | | | ramfs: Remove quota call | Jan Kara | 2009-03-26 | 1 | -6/+0 | |
| * | | | | | vfs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 6 | -20/+21 | |
| * | | | | | quota: Remove dqbuf_t and other cleanups | Jan Kara | 2009-03-26 | 1 | -55/+49 | |
| * | | | | | quota: Remove NODQUOT macro | Jan Kara | 2009-03-26 | 1 | -34/+36 | |
| * | | | | | quota: Make global quota locks cacheline aligned | Jan Kara | 2009-03-26 | 1 | -3/+3 | |
| * | | | | | quota: Move quota files into separate directory | Jan Kara | 2009-03-26 | 12 | -60/+75 | |
| * | | | | | ext4: quota reservation for delayed allocation | Mingming Cao | 2009-03-26 | 4 | -21/+65 | |
| * | | | | | reiserfs: Remove unnecessary quota functions | Jan Kara | 2009-03-26 | 1 | -56/+2 | |
| * | | | | | ext4: Remove unnecessary quota functions | Jan Kara | 2009-03-26 | 1 | -42/+2 | |
| * | | | | | ext3: Remove unnecessary quota functions | Jan Kara | 2009-03-26 | 1 | -42/+2 | |
| * | | | | | quota: Move EXPORT_SYMBOL immediately next to the functions/varibles | Mingming Cao | 2009-03-26 | 1 | -36/+33 | |
| * | | | | | quota: Add quota reservation claim and released operations | Mingming Cao | 2009-03-26 | 1 | -4/+106 | |
| * | | | | | quota: Add quota reservation support | Mingming Cao | 2009-03-26 | 1 | -31/+86 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-03-27 | 6 | -112/+175 | |
|\ \ \ \ \ | ||||||
| * | | | | | dlm: fix length calculation in compat code | David Teigland | 2009-03-11 | 1 | -9/+15 | |
| * | | | | | dlm: ignore cancel on granted lock | David Teigland | 2009-03-11 | 1 | -0/+7 | |
| * | | | | | dlm: clear defunct cancel state | David Teigland | 2009-03-11 | 1 | -8/+45 | |
| * | | | | | dlm: replace idr with hash table for connections | Christine Caulfield | 2009-03-11 | 1 | -79/+92 | |
| * | | | | | dlm: comment typo fixes | Joe Perches | 2009-01-28 | 1 | -3/+3 | |
| * | | | | | dlm: use ipv6_addr_copy | Joe Perches | 2009-01-28 | 1 | -2/+2 | |
| * | | | | | dlm: Change rwlock which is only used in write mode to a spinlock | Steven Whitehouse | 2009-01-28 | 3 | -11/+11 | |
* | | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-26 | 6 | -46/+39 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 | 3 | -14/+6 | |
| * | | | | | Move FASYNC bit handling to f_op->fasync() | Jonathan Corbet | 2009-03-16 | 2 | -25/+17 | |
| * | | | | | Use f_lock to protect f_flags | Jonathan Corbet | 2009-03-16 | 3 | -4/+10 | |
| * | | | | | Rename struct file->f_ep_lock | Jonathan Corbet | 2009-03-16 | 2 | -5/+8 | |
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-03-26 | 1 | -30/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [S390] dasd: add large volume support | Stefan Weinhuber | 2009-03-26 | 1 | -30/+71 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-03-26 | 5 | -104/+95 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Get rid of pdflush_operation() in emergency sync and remount | Jens Axboe | 2009-03-26 | 2 | -3/+22 | |
| * | | | | | | btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirty | Jens Axboe | 2009-03-26 | 1 | -1/+1 | |
| * | | | | | | block: add private bio_set for bio integrity allocations | Martin K. Petersen | 2009-03-24 | 2 | -66/+28 | |
| * | | | | | | block: don't create bio_vec slabs of less than the inline number | Jens Axboe | 2009-03-24 | 1 | -0/+7 | |
| * | | | | | | block: cleanup bio_alloc_bioset() | Ingo Molnar | 2009-03-24 | 1 | -34/+37 | |
| |/ / / / / |