aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner
2013-03-12vfs: fix pipe counter breakageAl Viro
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu
2013-03-11ext3: Fix format string issuesLars-Peter Clausen
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney
2013-03-11jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-03-11hostfs: fix a not needed double checkMarco Stornelli
2013-03-10ext4: reserve metadata block for every delayed writeLukas Czerner
2013-03-10ext4: update reserved space after the 'correction'Lukas Czerner
2013-03-10ext4: do not use yield()Lukas Czerner
2013-03-10ext4: remove unused variable in ext4_free_blocks()Lukas Czerner
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara
2013-03-10ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu
2013-03-10ext4: fix wrong m_len value after unwritten extent conversionZheng Liu
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-08Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-08vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton
2013-03-06cifs: remove the sockopt= mount optionJeff Layton
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationChris Mason
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens
2013-03-04Btrfs: avoid deadlock on transaction waiting listLiu Bo
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocLiu Bo
2013-03-04Btrfs: free all recorded tree blocks on errorLiu Bo
2013-03-04Btrfs: build up error handling for merge_reloc_rootsLiu Bo
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsLiu Bo
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Josef Bacik
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook
2013-03-04ext4: invalidate extent status tree during extent migrationDmitry Monakhov
2013-03-04ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara
2013-03-04ext4: add warning to ext4_convert_unwritten_extents_endioDmitry Monakhov
2013-03-04ext4: disable merging of uninitialized extentsDmitry Monakhov