summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: add missing error code in comment of nilfs_search_super_rootRyusuke Konishi2010-07-231-0/+2
* nilfs2: separate setup of log cursor from init_nilfsRyusuke Konishi2010-07-231-13/+32
* nilfs2: sync super blocks in turnsJiro SEKIBA2010-07-235-46/+91
* nilfs2: introduce nilfs_prepare_superJiro SEKIBA2010-07-233-24/+58
* nilfs2: separate function that updates log positionRyusuke Konishi2010-07-232-13/+19
* nilfs2: add nilfs_set_errorRyusuke Konishi2010-07-231-10/+14
* nilfs2: add nilfs_cleanup_superRyusuke Konishi2010-07-233-11/+23
* nilfs2: do not update mount time on rw->ro remountRyusuke Konishi2010-07-231-1/+0
* nilfs2: get rid of ns_free_segments_countRyusuke Konishi2010-07-232-5/+0
* nilfs2: get rid of macros for segment summary informationRyusuke Konishi2010-07-232-15/+17
* nilfs2: do not use nilfs_segsum_info structure in recovery codeRyusuke Konishi2010-07-231-54/+37
* nilfs2: divide load_segment_summary functionRyusuke Konishi2010-07-231-41/+69
* nilfs2: rename nilfs_recover_logical_segments functionRyusuke Konishi2010-07-233-10/+9
* nilfs2: refactor recovery logic routinesRyusuke Konishi2010-07-233-73/+100
* nilfs2: add blocksize member to nilfs objectRyusuke Konishi2010-07-232-0/+3
* CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells2010-07-223-5/+74
* Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-07-215-39/+72
|\
| * ceph: do not include cap/dentry releases in replayed messagesSage Weil2010-07-162-0/+9
| * ceph: reuse request message when replaying against recovering mdsSage Weil2010-07-161-5/+22
| * ceph: fix creation of ipv6 socketsSage Weil2010-07-101-3/+5
| * ceph: fix parsing of ipv6 addressesSage Weil2010-07-101-6/+19
| * ceph: fix printing of ipv6 addrsSage Weil2010-07-091-18/+6
| * ceph: add kfree() to error pathDan Carpenter2010-07-081-0/+1
| * ceph: fix leak of mon authorizerSage Weil2010-07-061-0/+3
| * ceph: fix message revocationSage Weil2010-07-051-7/+7
* | Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds2010-07-2018-74/+103
|\ \
| * | xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2010-07-202-7/+67
| * | xfs: convert inode shrinker to per-filesystem contextsDave Chinner2010-07-204-53/+15
| * | mm: add context argument to shrinker callbackDave Chinner2010-07-1914-16/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-07-202-23/+126
|\ \ \ | |/ / |/| |
| * | Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg2010-07-191-2/+2
| * | Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil2010-07-191-3/+13
| * | Btrfs: fix split_leaf double split corner caseChris Mason2010-07-191-18/+111
* | | [S390] dasd: use correct label location for diag fba disksPeter Oberparleiter2010-07-191-2/+12
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-1815-219/+498
|\ \ \
| * | | ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker2010-07-161-1/+1
| * | | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-163-23/+25
| * | | ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang2010-07-151-8/+14
| * | | ocfs2: Don't duplicate pages past i_size during CoW.Tao Ma2010-07-151-0/+6
| * | | ocfs2: tighten up strlen() checkingDan Carpenter2010-07-121-1/+1
| * | | ocfs2: Make xattr reflink work with new local alloc reservation.Tao Ma2010-07-121-36/+90
| * | | ocfs2: make xattr extension work with new local alloc reservation.Tao Ma2010-07-121-29/+45
| * | | ocfs2: Remove the redundant cpu_to_le64.Tao Ma2010-07-121-1/+1
| * | | ocfs2/dlm: don't access beyond bitmap sizeWengang Wang2010-07-121-1/+1
| * | | ocfs2: No need to zero pages past i_size.Joel Becker2010-07-121-4/+18
| * | | ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-086-54/+207
| * | | ocfs2: When zero extending, do it by page.Joel Becker2010-07-082-64/+84
| * | | ocfs2: Limit default local alloc size within bitmap range.Tao Ma2010-06-161-0/+7
| * | | ocfs2: Move orphan scan work to ocfs2_wq.Tao Ma2010-06-161-3/+3