summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-13fs: Readd the fs module aliases.Eric W. Biederman5-0/+6
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner1-1/+1
2013-03-12vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-12ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-12reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-12ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-12quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2013-03-11jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara1-5/+10
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman5-0/+5
2013-03-11hostfs: fix a not needed double checkMarco Stornelli1-8/+1
2013-03-11ext4: reserve metadata block for every delayed writeLukas Czerner1-2/+61
2013-03-11ext4: update reserved space after the 'correction'Lukas Czerner1-3/+9
2013-03-11ext4: do not use yield()Lukas Czerner2-7/+3
2013-03-11ext4: remove unused variable in ext4_free_blocks()Lukas Czerner1-3/+0
2013-03-11ext4: fix WARN_ON from ext4_releasepage()Jan Kara1-2/+2
2013-03-11ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-11ext4: update extent status tree after an extent is zeroed outZheng Liu4-4/+61
2013-03-11ext4: fix wrong m_len value after unwritten extent conversionZheng Liu1-0/+4
2013-03-11ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov3-0/+277
2013-03-11ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu1-5/+15
2013-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds55-15/+67
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-130/+221
2013-03-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+13
2013-03-08vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds1-2/+0
2013-03-08Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-26/+64
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason2-61/+92
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2-1/+1
2013-03-07Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov1-0/+5
2013-03-07CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-07cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-03-07cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason6-67/+120
2013-03-07cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-07cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationChris Mason1-2/+4
2013-03-05Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens1-8/+0
2013-03-05Btrfs: avoid deadlock on transaction waiting listLiu Bo1-0/+7
2013-03-05Btrfs: do not BUG_ON on aborted situationLiu Bo2-3/+12
2013-03-05Btrfs: do not BUG_ON in prepare_to_relocLiu Bo1-1/+9
2013-03-05Btrfs: free all recorded tree blocks on errorLiu Bo1-3/+6
2013-03-05Btrfs: build up error handling for merge_reloc_rootsLiu Bo1-12/+35
2013-03-05Btrfs: check for NULL pointer in updating reloc rootsLiu Bo1-0/+2
2013-03-05Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie1-0/+4
2013-03-05Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie3-39/+41
2013-03-05Btrfs: use set_nlink if our i_nlink is 0Josef Bacik1-1/+4
2013-03-04eCryptfs: allow userspace messaging to be disabledKees Cook4-6/+53
2013-03-04ext4: invalidate extent status tree during extent migrationDmitry Monakhov1-0/+8
2013-03-04ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara1-2/+0