aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cGravatar Arnd Bergmann 1-0/+1
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-6/+6
2012-10-11autofs4 - fix reset pending flag on mount failGravatar Ian Kent 1-2/+4
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-160/+188
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 38-681/+1922
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Gravatar Lai Jiangshan 1-1/+1
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingGravatar Hugh Dickins 5-6/+27
2012-10-09vfs: drop lock/unlock superGravatar Marco Stornelli 1-23/+0
2012-10-09ufs: drop lock/unlock superGravatar Marco Stornelli 4-33/+35
2012-10-09sysv: drop lock/unlock superGravatar Marco Stornelli 5-18/+20
2012-10-09hpfs: drop lock/unlock superGravatar Marco Stornelli 1-3/+0
2012-10-09fat: drop lock/unlock superGravatar Marco Stornelli 5-34/+36
2012-10-09ext3: drop lock/unlock superGravatar Marco Stornelli 1-6/+0
2012-10-09exofs: drop lock/unlock superGravatar Marco Stornelli 1-4/+0
2012-10-09dup3: Return an error when oldfd == newfd.Gravatar Richard W.M. Jones 1-0/+3
2012-10-09fs: prevent use after free in auditing when symlink following was deniedGravatar Sasha Levin 1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-7/+56
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-9/+10
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-4/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 38-1615/+3564
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-0/+37
2012-10-09hppfs: fix the return value of get_inode()Gravatar Wei Yongjun 1-1/+1
2012-10-09hostfs: drop vmtruncateGravatar Marco Stornelli 1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 4-5/+4
2012-10-09btrfs: init ref_index to zero in add_inode_refGravatar Chris Mason 1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...Gravatar David Woodhouse 401-7965/+14234
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferGravatar Wang Sheng-Hui 1-4/+0
2012-10-09Btrfs: fix page leakageGravatar Josef Bacik 1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferGravatar Josef Bacik 1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageGravatar Josef Bacik 1-4/+7
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionGravatar Josef Bacik 1-3/+10
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsGravatar Stefan Behrens 6-19/+142
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsGravatar Stefan Behrens 1-2/+14
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveGravatar Andrei Popa 1-1/+13
2012-10-09btrfs: fix message printingGravatar Daniel J Blueman 3-11/+11
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingGravatar Josef Bacik 1-19/+65
2012-10-09btrfs: move inline function code to header fileGravatar Robin Dong 2-14/+12
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Gravatar Tsutomu Itoh 1-1/+1
2012-10-09btrfs: remove unused function btrfs_insert_some_items()Gravatar Robin Dong 1-143/+0
2012-10-09Btrfs: don't commit instead of overcommittingGravatar Josef Bacik 1-28/+6
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledGravatar Tsutomu Itoh 1-1/+2
2012-10-09Btrfs: be smarter about dropping things from the tree logGravatar Josef Bacik 1-2/+13
2012-10-09Btrfs: don't lookup csums for prealloc extentsGravatar Josef Bacik 1-2/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesGravatar Josef Bacik 8-16/+63
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemGravatar Josef Bacik 1-3/+1
2012-10-09Btrfs: do not async metadata csumming in certain situationsGravatar Josef Bacik 3-2/+35
2012-10-09btrfs: fix min csum item size warnings in 32bitGravatar Zach Brown 1-1/+2