Age | Commit message (Expand) | Author | Files | Lines |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+2 |
2010-08-10 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 3 | -7/+7 |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -51/+71 |
2010-08-09 | Make ->drop_inode() just return whether inode needs to be dropped | Al Viro | 1 | -2/+2 |
2010-08-09 | switch gfs2 to ->evict_inode() | Al Viro | 1 | -24/+15 |
2010-08-09 | simplify checks for I_CLEAR/I_FREEING | Al Viro | 1 | -1/+1 |
2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2 | -6/+4 |
2010-08-09 | remove inode_setattr | Christoph Hellwig | 3 | -15/+46 |
2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig | 1 | -3/+3 |
2010-08-07 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -5/+5 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 7 | -49/+40 |
2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig | 3 | -7/+7 |
2010-08-07 | block: BARRIER request should imply SYNC | Christoph Hellwig | 1 | -1/+1 |
2010-08-02 | GFS2: Fix recovery stuck bug (try #2) | Steven Whitehouse | 1 | -7/+39 |
2010-07-30 | GFS2: Fix typo in stuffed file data copy handling | Abhijith Das | 1 | -1/+1 |
2010-07-29 | Revert "GFS2: recovery stuck on transaction lock" | Steven Whitehouse | 1 | -10/+0 |
2010-07-29 | GFS2: Make "try" lock not try quite so hard | Steven Whitehouse | 1 | -24/+25 |
2010-07-29 | GFS2: remove dependency on __GFP_NOFAIL | David Rientjes | 1 | -2/+9 |
2010-07-29 | GFS2: Simplify gfs2_write_alloc_required | Bob Peterson | 6 | -35/+14 |
2010-07-29 | GFS2: Wait for journal id on mount if not specified on mount command line | Steven Whitehouse | 3 | -5/+80 |
2010-07-29 | GFS2: Use nobh_writepage | Steven Whitehouse | 1 | -4/+1 |
2010-07-28 | GFS2: Use kmalloc when possible for ->readdir() | Steven Whitehouse | 1 | -6/+25 |
2010-07-23 | gfs2: use workqueue instead of slow-work | Tejun Heo | 7 | -49/+40 |
2010-07-21 | quota: Clean up the namespace in dqblk_xfs.h | Christoph Hellwig | 1 | -5/+5 |
2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner | 3 | -3/+3 |
2010-07-15 | GFS2: rename causes kernel Oops | Bob Peterson | 1 | -1/+1 |
2010-07-15 | GFS2: BUG in gfs2_adjust_quota | Abhijith Das | 1 | -5/+3 |
2010-07-15 | GFS2: Fix kernel NULL pointer dereference by dlm_astd | Bob Peterson | 1 | -4/+8 |
2010-07-15 | GFS2: recovery stuck on transaction lock | Bob Peterson | 1 | -0/+10 |
2010-07-15 | GFS2: O_TRUNC not working on stuffed files across cluster | Bob Peterson | 1 | -0/+1 |
2010-05-27 | kill spurious reference to vmtruncate | npiggin@suse.de | 2 | -2/+11 |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -2/+2 |
2010-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 7 | -54/+65 |
2010-05-24 | GFS2: Fix permissions checking for setflags ioctl() | Steven Whitehouse | 1 | -0/+7 |
2010-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -6/+6 |
2010-05-21 | gfs: constify xattr_handler | Stephen Hemminger | 4 | -6/+6 |
2010-05-21 | Merge branch 'master' into for-2.6.35 | Jens Axboe | 19 | -185/+368 |
2010-05-21 | quota: unify ->set_dqblk | Christoph Hellwig | 1 | -3/+3 |
2010-05-21 | quota: unify ->get_dqblk | Christoph Hellwig | 1 | -3/+3 |
2010-05-21 | GFS2: Don't "get" xattrs for ACLs when ACLs are turned off | Steven Whitehouse | 1 | -0/+4 |
2010-05-21 | GFS2: Rework reclaiming unlinked dinodes | Bob Peterson | 5 | -54/+54 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 19 | -179/+362 |
2010-05-14 | GFS2: Fix typo | Steven Whitehouse | 1 | -1/+1 |
2010-05-12 | GFS2: stuck in inode wait, no glocks stuck | Bob Peterson | 1 | -48/+30 |
2010-05-12 | GFS2: Eliminate useless err variable | Bob Peterson | 1 | -3/+1 |
2010-05-10 | GFS2: Fix writing to non-page aligned gfs2_quota structures | Abhijith Das | 1 | -25/+61 |
2010-05-06 | GFS2: Add some useful messages | Steven Whitehouse | 4 | -1/+6 |
2010-05-05 | GFS2: fix quota state reporting | Christoph Hellwig | 1 | -4/+12 |
2010-05-05 | GFS2: Various gfs2_logd improvements | Benjamin Marzinski | 9 | -92/+126 |
2010-04-28 | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 1 | -2/+3 |