summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: add max_dir_size_kb mount optionTheodore Ts'o2012-08-173-0/+15
* ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o2012-08-171-3/+6
* ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o2012-08-171-14/+58
* ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2012-08-171-0/+1
* ext4: fix long mount times on very big file systemsTheodore Ts'o2012-08-171-0/+4
* ext4: don't call ext4_error while block group is lockedTheodore Ts'o2012-08-172-26/+37
* ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-051-0/+1
* ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-052-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-023-66/+40
|\
| * ceph: simplify+fix atomic_openSage Weil2012-08-023-66/+40
* | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-027-316/+158
|\ \
| * | eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-07-131-0/+13
| * | eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-133-63/+15
| * | eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-083-28/+49
| * | eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-081-23/+32
| * | eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks2012-07-083-172/+47
| * | eCryptfs: Remove unused messaging declarations and functionTyler Hicks2012-07-082-37/+0
| * | eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-07-081-1/+9
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-08-028-158/+270
|\ \ \ | |_|/ |/| |
| * | CIFS: Add SMB2 support for rmdirPavel Shilovsky2012-07-273-0/+12
| * | CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-275-13/+24
| * | CIFS: Add SMB2 support for mkdir operationPavel Shilovsky2012-07-273-0/+38
| * | CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-275-25/+49
| * | CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-273-140/+167
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-0157-412/+937
|\ \ \
| * | | fs: Remove old freezing mechanismJan Kara2012-07-311-1/+0
| * | | ext2: Implement freezingJan Kara2012-07-312-1/+37
| * | | btrfs: Convert to new freezing mechanismJan Kara2012-07-314-5/+14
| * | | nilfs2: Convert to new freezing mechanismJan Kara2012-07-313-10/+15
| * | | ntfs: Convert to new freezing mechanismJan Kara2012-07-311-1/+2
| * | | fuse: Convert to new freezing mechanismJan Kara2012-07-311-2/+2
| * | | gfs2: Convert to new freezing mechanismJan Kara2012-07-312-12/+7
| * | | ocfs2: Convert to new freezing mechanismJan Kara2012-07-314-5/+29
| * | | xfs: Convert to new freezing codeJan Kara2012-07-3110-16/+109
| * | | ext4: Convert to new freezing mechanismJan Kara2012-07-313-29/+23
| * | | fs: Protect write paths by sb_start_write - sb_end_writeJan Kara2012-07-313-19/+13
| * | | fs: Skip atime update on frozen filesystemJan Kara2012-07-311-2/+6
| * | | fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara2012-07-315-24/+85
| * | | fs: Improve filesystem freezing handlingJan Kara2012-07-311-21/+230
| * | | nfsd: Push mnt_want_write() outside of i_mutexJan Kara2012-07-315-46/+63
| * | | btrfs: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-12/+11
| * | | fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-8/+7
| * | | fs: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-21/+25
| * | | sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara2012-07-311-0/+2
| * | | gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara2012-07-311-0/+3
| * | | 9p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara2012-07-311-0/+3
| * | | ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara2012-07-311-0/+3
| * | | fs: Push file_update_time() into __block_page_mkwrite()Jan Kara2012-07-311-0/+6
| * | | simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro2012-07-311-22/+29
| * | | fix O_EXCL handling for devicesAl Viro2012-07-301-2/+2
OpenPOWER on IntegriCloud