Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6: jbd: change the field "b_cow_tid" of struct journal_head from type unsigned to tid_t ext3.txt: update the links in the section "useful links" to the latest ones ext3: Fix data corruption in inodes with journalled data ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get ext3: Fix compilation with -DDX_DEBUG quota: Remove unused declaration jbd: Use WRITE_SYNC in journal checkpoint. jbd: Fix oops in journal_remove_journal_head() ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs() ext3/ioctl.c: silence sparse warnings about different address spaces ext3/ext4 Documentation: remove bh/nobh since it has been deprecated ext3: Improve truncate error handling ext3: use proper little-endian bitops ext2: include fs.h into ext2_fs.h ext3: Fix oops in ext3_try_to_allocate_with_rsv() jbd: fix a bug of leaking jh->b_jcount jbd: remove dependency on __GFP_NOFAIL ext3: Convert ext3 to new truncate calling convention jbd: Add fixed tracepoints ext3: Add fixed tracepoints Resolve conflicts in fs/ext3/fsync.c due to fsync locking push-down and new fixed tracepoints.
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext3.txt 2 additions, 11 deletionsDocumentation/filesystems/ext3.txt
- Documentation/filesystems/ext4.txt 7 additions, 16 deletionsDocumentation/filesystems/ext4.txt
- fs/ext2/xattr.c 5 additions, 5 deletionsfs/ext2/xattr.c
- fs/ext3/balloc.c 22 additions, 16 deletionsfs/ext3/balloc.c
- fs/ext3/file.c 0 additions, 1 deletionfs/ext3/file.c
- fs/ext3/fsync.c 9 additions, 2 deletionsfs/ext3/fsync.c
- fs/ext3/ialloc.c 4 additions, 0 deletionsfs/ext3/ialloc.c
- fs/ext3/inode.c 136 additions, 57 deletionsfs/ext3/inode.c
- fs/ext3/ioctl.c 2 additions, 2 deletionsfs/ext3/ioctl.c
- fs/ext3/namei.c 5 additions, 2 deletionsfs/ext3/namei.c
- fs/ext3/super.c 13 additions, 0 deletionsfs/ext3/super.c
- fs/ext3/xattr.c 10 additions, 2 deletionsfs/ext3/xattr.c
- fs/jbd/checkpoint.c 24 additions, 13 deletionsfs/jbd/checkpoint.c
- fs/jbd/commit.c 32 additions, 25 deletionsfs/jbd/commit.c
- fs/jbd/journal.c 35 additions, 64 deletionsfs/jbd/journal.c
- fs/jbd/transaction.c 42 additions, 41 deletionsfs/jbd/transaction.c
- include/linux/ext2_fs.h 1 addition, 0 deletionsinclude/linux/ext2_fs.h
- include/linux/ext3_fs.h 3 additions, 4 deletionsinclude/linux/ext3_fs.h
- include/linux/jbd.h 0 additions, 1 deletioninclude/linux/jbd.h
- include/linux/journal-head.h 1 addition, 1 deletioninclude/linux/journal-head.h
Loading
Please register or sign in to comment