aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-20sanitize <linux/prefetch.h> usageGravatar Linus Torvalds 3-0/+3
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-16/+4
2011-05-19debugfs: move to new strtoboolGravatar Jonathan Cameron 1-13/+4
2011-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Gravatar Linus Torvalds 7-27/+96
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-9/+18
2011-05-18configfs: Fix race between configfs_readdir() and configfs_d_iput()Gravatar Joel Becker 1-5/+28
2011-05-18configfs: Don't try to d_delete() negative dentries.Gravatar Joel Becker 1-2/+4
2011-05-17cifs: fix cifsConvertToUCS() for the mapchars caseGravatar Jeff Layton 1-8/+6
2011-05-17cifs: add fallback in is_path_accessible for old serversGravatar Jeff Layton 1-0/+5
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 3-22/+44
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlGravatar Li Zefan 1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlGravatar Li Zefan 1-0/+7
2011-05-14fs: remove FS_COW_FLGravatar Li Zefan 1-9/+6
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseGravatar liubo 1-11/+26
2011-05-14Prevent oopsing in posix_acl_valid()Gravatar Daniel J Blueman 1-2/+3
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningGravatar Stephen Boyd 1-1/+1
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGravatar Greg Kroah-Hartman 1-12/+0
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 8-50/+67
2011-05-13vfs: micro-optimize acl_permission_check()Gravatar Linus Torvalds 1-1/+1
2011-05-13ocfs2/dlm: Target node death during resource migration leads to thread spinGravatar Sunil Mushran 1-0/+3
2011-05-13ocfs2: Skip mount recovery for hard-ro mountsGravatar Sunil Mushran 1-0/+3
2011-05-13ocfs2/cluster: Heartbeat mismatch message improvedGravatar Sunil Mushran 1-17/+31
2011-05-13ocfs2/cluster: Increase the live threshold for global heartbeatGravatar Sunil Mushran 1-1/+12
2011-05-13ocfs2/dlm: Use negotiated o2dlm protocol versionGravatar Sunil Mushran 1-1/+2
2011-05-13ocfs2: skip existing hole when removing the last extent_rec in punching-hole ...Gravatar Tristan Ye 1-0/+12
2011-05-13ocfs2: Initialize data_ac (might be used uninitialized)Gravatar Marcus Meissner 1-1/+1
2011-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+1
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesGravatar Trond Myklebust 7-50/+58
2011-05-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-11/+12
2011-05-11NFSv4.1: remove pnfs_layout_hdr from pnfs_destroy_all_layouts tmp_listGravatar Andy Adamson 1-0/+1
2011-05-11NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REPGravatar Andy Adamson 2-0/+8
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capGravatar Henry C Chang 3-9/+10
2011-05-11ceph: fix list_add in ceph_put_snap_realmGravatar Henry C Chang 1-1/+1
2011-05-11ceph: print debug message before put mds sessionGravatar Henry C Chang 1-1/+1
2011-05-10SYSFS: Fix erroneous comments for sysfs_update_group().Gravatar Robert P. J. Day 1-3/+3
2011-05-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-21/+27
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataGravatar Miklos Szeredi 1-1/+1
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionGravatar Ryusuke Konishi 1-1/+1
2011-05-09xfs: fix race condition in AIL push triggerGravatar Dave Chinner 1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Gravatar Dave Chinner 1-3/+4
2011-05-09xfs: always push the AIL to the targetGravatar Dave Chinner 1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyGravatar Dave Chinner 1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGGravatar Dave Chinner 1-0/+1
2011-05-09Don't lock guardpage if the stack is growing upGravatar Mikulas Patocka 1-5/+7
2011-05-09Merge branch 'hpfs'Gravatar Linus Torvalds 15-793/+730
2011-05-09HPFS: Remove unused variableGravatar Mikulas Patocka 1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersGravatar Mikulas Patocka 1-1/+1
2011-05-09HPFS: Fix some unaligned accessesGravatar Mikulas Patocka 3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 11-418/+498
2011-05-09HPFS: Implement fsync for hpfsGravatar Mikulas Patocka 1-2/+2