Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| |/ / / / / | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-03-26 | 2 | -4/+9 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-26 | 110 | -2745/+2251 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-05 | 4 | -5/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-01 | 22 | -120/+444 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 | 42 | -342/+863 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: pass new SIOCSHWTSTAMP through to device drivers | Patrick Ohly | 2009-02-15 | 1 | -0/+6 | |
| * | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-14 | 41 | -619/+1539 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | netlink: change return-value logic of netlink_broadcast() | Pablo Neira Ayuso | 2009-02-05 | 1 | -4/+1 | |
| * | | | | | | | | | | | tun: Limit amount of queued packets per device | Herbert Xu | 2009-02-05 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-03-26 | 15 | -111/+397 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |