Age | Commit message (Expand) | Author | Files | Lines |
2009-01-09 | filesystem freeze: add error handling of write_super_lockfs/unlockfs | Takashi Sato | 1 | -7/+9 |
2009-01-07 | GFS2: Fix typo in gfs_page_mkwrite() | Benjamin Marzinski | 1 | -1/+1 |
2009-01-07 | GFS2: LSF and LBD are now one and the same | Steven Whitehouse | 1 | -1/+1 |
2009-01-07 | GFS2: Set GFP_NOFS when allocating page on write | Steven Whitehouse | 1 | -0/+1 |
2009-01-05 | GFS2: Use DEFINE_SPINLOCK | Julia Lawall | 1 | -1/+1 |
2009-01-05 | GFS2: Fix use-after-free bug on umount (try #2) | Steven Whitehouse | 2 | -9/+12 |
2009-01-05 | Revert "GFS2: Fix use-after-free bug on umount" | Steven Whitehouse | 6 | -94/+114 |
2009-01-05 | GFS2: Streamline alloc calculations for writes | Steven Whitehouse | 4 | -49/+42 |
2009-01-05 | GFS2: Send useful information with uevent messages | Steven Whitehouse | 1 | -2/+10 |
2009-01-05 | GFS2: Fix use-after-free bug on umount | Steven Whitehouse | 6 | -114/+94 |
2009-01-05 | GFS2: Remove ancient, unused code | Steven Whitehouse | 3 | -18/+0 |
2009-01-05 | GFS2: Move four functions from super.c | Steven Whitehouse | 5 | -168/+167 |
2009-01-05 | GFS2: Fix bug in gfs2_lock_fs_check_clean() | Steven Whitehouse | 4 | -75/+68 |
2009-01-05 | GFS2: Send some sensible sysfs stuff | Steven Whitehouse | 2 | -2/+30 |
2009-01-05 | GFS2: Kill two daemons with one patch | Steven Whitehouse | 13 | -341/+130 |
2009-01-05 | GFS2: Move gfs2_recoverd into recovery.c | Steven Whitehouse | 6 | -43/+45 |
2009-01-05 | GFS2: Fix "truncate in progress" hang | Steven Whitehouse | 7 | -7/+75 |
2009-01-05 | GFS2: Clean up & move gfs2_quotad | Steven Whitehouse | 9 | -69/+84 |
2009-01-05 | GFS2: Add more detail to debugfs glock dumps | Steven Whitehouse | 1 | -3/+8 |
2009-01-05 | GFS2: Banish struct gfs2_rgrpd_host | Steven Whitehouse | 3 | -21/+13 |
2009-01-05 | GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd | Steven Whitehouse | 3 | -16/+16 |
2009-01-05 | GFS2: Move rg_igeneration into struct gfs2_rgrpd | Steven Whitehouse | 2 | -4/+4 |
2009-01-05 | GFS2: Banish struct gfs2_dinode_host | Steven Whitehouse | 12 | -48/+38 |
2009-01-05 | GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize | Steven Whitehouse | 11 | -55/+56 |
2009-01-05 | GFS2: Move di_eattr into "proper" inode | Steven Whitehouse | 5 | -20/+20 |
2009-01-05 | GFS2: Move "entries" into "proper" inode | Steven Whitehouse | 4 | -24/+23 |
2009-01-05 | GFS2: Move generation number into "proper" part of inode | Steven Whitehouse | 2 | -3/+3 |
2009-01-05 | GFS2: sparse annotation of gl->gl_spin | Harvey Harrison | 1 | -0/+8 |
2009-01-05 | GFS2: Fix up jdata writepage/delete_inode | Steven Whitehouse | 2 | -12/+11 |
2009-01-05 | GFS2: Rationalise header files | Steven Whitehouse | 14 | -90/+23 |
2009-01-05 | GFS2: Support for FIEMAP ioctl | Steven Whitehouse | 1 | -0/+46 |
2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
2008-11-14 | CRED: Wrap task credential accesses in the GFS2 filesystem | David Howells | 1 | -5/+5 |
2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -24/+9 |
2008-10-23 | [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags | Al Viro | 1 | -1/+1 |
2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
2008-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 1 | -1/+2 |
2008-09-26 | GFS2: Support for I/O barriers | Steven Whitehouse | 2 | -3/+19 |
2008-09-18 | GFS2: high time to take some time over atime | Steven Whitehouse | 10 | -167/+65 |
2008-09-18 | GFS2: The war on bloat | Steven Whitehouse | 1 | -15/+15 |
2008-09-15 | GFS2: GFS2 will panic if you misspell any mount options | Abhijith Das | 1 | -6/+9 |
2008-09-15 | GFS2: Direct IO write at end of file error | Bob Peterson | 1 | -1/+1 |
2008-09-05 | GFS2: Use an IS_ERR test rather than a NULL test | Julien Brunel | 1 | -3/+1 |
2008-09-05 | GFS2: Fix race relating to glock min-hold time | Steven Whitehouse | 1 | -0/+2 |
2008-08-28 | dlm: allow multiple lockspace creates | David Teigland | 1 | -1/+2 |
2008-08-27 | GFS2: Fix & clean up GFS2 rename | Steven Whitehouse | 3 | -60/+60 |
2008-08-13 | GFS2: rm on multiple nodes causes panic | Bob Peterson | 1 | -18/+38 |
2008-08-13 | GFS2: Fix metafs mounts | Steven Whitehouse | 6 | -535/+448 |
2008-08-13 | GFS2: Fix debugfs glock file iterator | Steven Whitehouse | 1 | -5/+6 |
2008-07-26 | [PATCH] don't pass nameidata to gfs2_lookupi() | Al Viro | 5 | -8/+8 |