aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-05
* ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-05
* ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-09-05
* ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-09-05
* ext4: report the original old blocks count in a debug message when resizingYongqiang Yang2012-09-05
* ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-09-05
* ext4: remove duplicated declarations in inode.cZheng Liu2012-08-19
* ext4: fix trivial typo in commentWang Sheng-Hui2012-08-18
* ext4: no need to add inode to orphan list during hole punchAshish Sangwan2012-08-18
* jbd2: don't write superblock when if its emptyEric Sandeen2012-08-18
* ext4: replace plain integer with NULL in super.cSachin Kamat2012-08-18
* ext4: drop lock_super()/unlock_super()Theodore Ts'o2012-08-17
* ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o2012-08-17
* ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong2012-08-17
* ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong2012-08-17
* ext4: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-17
* jbd2: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-17
* ext4: make the zero-out chunk size tunableZheng Liu2012-08-17
* ext4: add max_dir_size_kb mount optionTheodore Ts'o2012-08-17
* ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o2012-08-17
* ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o2012-08-17
* ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2012-08-17
* ext4: fix long mount times on very big file systemsTheodore Ts'o2012-08-17
* ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-17
* ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-05
* ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-02
|\
| * ceph: simplify+fix atomic_openSage Weil2012-08-02
* | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-02
|\ \
| * | eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-07-13
| * | eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-13
| * | eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-08
| * | eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-08
| * | eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks2012-07-08
| * | eCryptfs: Remove unused messaging declarations and functionTyler Hicks2012-07-08
| * | eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-07-08
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-08-02
|\ \ \ | |_|/ |/| |
| * | CIFS: Add SMB2 support for rmdirPavel Shilovsky2012-07-27
| * | CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-27
| * | CIFS: Add SMB2 support for mkdir operationPavel Shilovsky2012-07-27
| * | CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-27
| * | CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-27
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\ \ \
| * | | fs: Remove old freezing mechanismJan Kara2012-07-31
| * | | ext2: Implement freezingJan Kara2012-07-31
| * | | btrfs: Convert to new freezing mechanismJan Kara2012-07-31
| * | | nilfs2: Convert to new freezing mechanismJan Kara2012-07-31
| * | | ntfs: Convert to new freezing mechanismJan Kara2012-07-31
| * | | fuse: Convert to new freezing mechanismJan Kara2012-07-31
| * | | gfs2: Convert to new freezing mechanismJan Kara2012-07-31