aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-11hostfs: fix a not needed double checkGravatar Marco Stornelli 1-8/+1
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 55-15/+67
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkGravatar Eric W. Biederman 1-6/+6
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 9-130/+221
2013-03-08Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-17/+13
2013-03-08vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkGravatar Linus Torvalds 1-2/+0
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-26/+64
2013-03-07Btrfs: improve the delayed inode throttlingGravatar Chris Mason 2-61/+92
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Gravatar Eric W. Biederman 2-1/+1
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Gravatar Ilya Dryomov 1-0/+5
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structureGravatar Pavel Shilovsky 1-0/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itGravatar Jeff Layton 1-1/+1
2013-03-06cifs: remove the sockopt= mount optionGravatar Jeff Layton 1-15/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Gravatar Chris Mason 6-67/+120
2013-03-06cifs: Check server capability before attempting silly renameGravatar Sachin Prabhu 1-0/+9
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Gravatar Sachin Prabhu 1-1/+1
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationGravatar Chris Mason 1-2/+4
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksGravatar Stefan Behrens 1-8/+0
2013-03-04Btrfs: avoid deadlock on transaction waiting listGravatar Liu Bo 1-0/+7
2013-03-04Btrfs: do not BUG_ON on aborted situationGravatar Liu Bo 2-3/+12
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocGravatar Liu Bo 1-1/+9
2013-03-04Btrfs: free all recorded tree blocks on errorGravatar Liu Bo 1-3/+6
2013-03-04Btrfs: build up error handling for merge_reloc_rootsGravatar Liu Bo 1-12/+35
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsGravatar Liu Bo 1-0/+2
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment...Gravatar Miao Xie 1-0/+4
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsGravatar Miao Xie 3-39/+41
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Gravatar Josef Bacik 1-1/+4
2013-03-03eCryptfs: allow userspace messaging to be disabledGravatar Kees Cook 4-6/+53
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 54-9/+61
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 15-126/+79
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Gravatar Geert Uytterhoeven 1-0/+1
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 8-54/+67
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-23/+55
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 46-1518/+5421
2013-03-02ext4: enable quotas before orphan cleanupGravatar Jan Kara 1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledGravatar Jan Kara 1-7/+26
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekGravatar Zheng Liu 1-1/+1
2013-03-02ext4: convert number of blocks to clusters properlyGravatar Lukas Czerner 4-9/+9
2013-03-02ext4: fix possible memory leak in ext4_remount()Gravatar Wei Yongjun 1-0/+1
2013-03-02jbd2: fix ERR_PTR dereference in jbd2__journal_startGravatar Dmitry Monakhov 1-1/+1
2013-03-02Revert some of "binfmt_elf: cleanups"Gravatar James Hogan 1-0/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-6/+28
2013-03-02ext4: use percpu counter for extent cache countGravatar Theodore Ts'o 3-5/+10
2013-03-02compat: restore timerfd settime and gettime compat syscallsGravatar Heiko Carstens 1-5/+5
2013-03-01constify path_get/path_put and fs_struct.c stuffGravatar Al Viro 3-6/+6
2013-03-01cache the value of file_inode() in struct fileGravatar Al Viro 2-1/+4
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-5/+19
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Gravatar Tim Gardner 1-4/+2