| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-09-14 | 13 | -247/+137 |
|\ |
|
| * | fsync: wait for data writeout completion before calling ->fsync | Christoph Hellwig | 2009-09-14 | 1 | -4/+1 |
| * | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() | Jan Kara | 2009-09-14 | 1 | -54/+0 |
| * | fat: Opencode sync_page_range_nolock() | Jan Kara | 2009-09-14 | 2 | -4/+22 |
| * | xfs: Convert sync_page_range() to simple filemap_write_and_wait_range() | Jan Kara | 2009-09-14 | 1 | -1/+2 |
| * | ocfs2: Update syncing after splicing to match generic version | Jan Kara | 2009-09-14 | 1 | -21/+6 |
| * | ntfs: Use new syncing helpers and update comments | Jan Kara | 2009-09-14 | 2 | -19/+10 |
| * | ext4: Remove syncing logic from ext4_file_write | Jan Kara | 2009-09-14 | 1 | -51/+2 |
| * | ext3: Remove syncing logic from ext3_file_write | Jan Kara | 2009-09-14 | 1 | -60/+1 |
| * | ext2: Update comment about generic_osync_inode | Jan Kara | 2009-09-14 | 1 | -1/+1 |
| * | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN... | Jan Kara | 2009-09-14 | 2 | -23/+54 |
| * | vfs: Rename generic_file_aio_write_nolock | Christoph Hellwig | 2009-09-14 | 1 | -1/+28 |
| * | ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock | Jan Kara | 2009-09-14 | 1 | -10/+12 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/... | Linus Torvalds | 2009-09-14 | 19 | -806/+556 |
|\ \ |
|
| * | | GFS2: Whitespace fixes | Steven Whitehouse | 2009-09-14 | 3 | -4/+4 |
| * | | GFS2: Remove unused sysfs file | Steven Whitehouse | 2009-09-09 | 3 | -14/+1 |
| * | | GFS2: Be extra careful about deallocating inodes | Steven Whitehouse | 2009-09-08 | 4 | -35/+51 |
| * | | GFS2: Remove no_formal_ino generating code | Steven Whitehouse | 2009-08-27 | 5 | -190/+10 |
| * | | GFS2: Rename eattr.[ch] as xattr.[ch] | Steven Whitehouse | 2009-08-26 | 7 | -6/+6 |
| * | | GFS2: Clean up of extended attribute support | Steven Whitehouse | 2009-08-26 | 11 | -526/+333 |
| * | | GFS2: Add "-o errors=panic|withdraw" mount options | Bob Peterson | 2009-08-24 | 4 | -14/+71 |
| * | | GFS2: jumping to wrong label? | Roel Kluin | 2009-08-24 | 1 | -1/+1 |
| * | | GFS2: free disk inode which is deleted by remote node -V2 | Wengang Wang | 2009-08-18 | 1 | -0/+18 |
| * | | GFS2: Add sysfs link to device | Steven Whitehouse | 2009-08-17 | 1 | -0/+10 |
| * | | GFS2: Replace assertion with proper error handling | Steven Whitehouse | 2009-08-17 | 1 | -1/+3 |
| * | | GFS2: Improve error handling in inode allocation | Steven Whitehouse | 2009-08-17 | 3 | -13/+27 |
| * | | GFS2: Add some more info to uevents | Steven Whitehouse | 2009-08-17 | 1 | -3/+10 |
| * | | GFS2: Add online uevent to GFS2 | Steven Whitehouse | 2009-08-17 | 3 | -3/+15 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-09-14 | 5 | -100/+12 |
|\ \ \ |
|
| * | | | udf: Fix possible corruption when close races with write | Jan Kara | 2009-09-14 | 1 | -0/+2 |
| * | | | udf: Perform preallocation only for regular files | Jan Kara | 2009-09-14 | 1 | -9/+10 |
| * | | | udf: Remove wrong assignment in udf_symlink | Jan Kara | 2009-09-14 | 1 | -1/+0 |
| * | | | udf: Remove dead code | Jan Kara | 2009-09-14 | 2 | -90/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-09-14 | 22 | -759/+567 |
|\ \ \ |
|
| * | | | fs/Kconfig: move nilfs2 outside misc filesystems | Ryusuke Konishi | 2009-09-14 | 2 | -2/+2 |
| * | | | nilfs2: convert nilfs_bmap_lookup to an inline function | Ryusuke Konishi | 2009-09-14 | 3 | -36/+28 |
| * | | | nilfs2: allow btree code to directly call dat operations | Ryusuke Konishi | 2009-09-14 | 4 | -299/+167 |
| * | | | nilfs2: add update functions of virtual block address to dat | Ryusuke Konishi | 2009-09-14 | 3 | -20/+44 |
| * | | | nilfs2: remove individual gfp constants for each metadata file | Ryusuke Konishi | 2009-09-14 | 8 | -19/+9 |
| * | | | nilfs2: stop zero-fill of btree path just before free it | Ryusuke Konishi | 2009-09-14 | 1 | -24/+12 |
| * | | | nilfs2: remove unused btree argument from btree functions | Ryusuke Konishi | 2009-09-14 | 1 | -248/+208 |
| * | | | nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free | Ryusuke Konishi | 2009-09-14 | 2 | -12/+0 |
| * | | | nilfs2: shorten freeze period due to GC in write operation v3 | Jiro SEKIBA | 2009-09-14 | 2 | -7/+21 |
| * | | | nilfs2: add more check routines in mount process | Zhu Yanhai | 2009-09-14 | 2 | -4/+14 |
| * | | | nilfs2: An unassigned variable is assigned to a never used structure member | Zhang Qiang | 2009-09-14 | 1 | -4/+0 |
| * | | | nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT | Ryusuke Konishi | 2009-09-14 | 1 | -2/+2 |
| * | | | nilfs2: stop using periodic write_super callback | Jiro SEKIBA | 2009-09-14 | 2 | -46/+7 |
| * | | | nilfs2: clean up nilfs_write_super | Jiro SEKIBA | 2009-09-14 | 2 | -8/+17 |
| * | | | nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs | Jiro SEKIBA | 2009-09-14 | 1 | -2/+8 |
| * | | | nilfs2: remove redundant super block commit | Jiro SEKIBA | 2009-09-14 | 1 | -3/+0 |