summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-111-1/+0
* ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi2013-09-111-3/+0
* ocfs2: fix a tiny race case when firing callbacksJoyce2013-09-111-9/+9
* ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi2013-09-111-6/+10
* ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi2013-09-111-17/+17
* ocfs2: free path in ocfs2_remove_inode_range()Younger Liu2013-09-111-0/+1
* ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi2013-09-111-1/+1
* ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei2013-09-111-0/+8
* ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu2013-09-111-2/+3
* ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi2013-09-111-0/+4
* ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu2013-09-111-0/+1
* ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi2013-09-111-2/+8
* ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi2013-09-111-4/+0
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-1110-99/+45
* fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran2013-09-111-5/+5
* ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu2013-09-111-2/+2
* ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-111-1/+4
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-117-21/+21
* ocfs2: lighten up allocate transactionYounger Liu2013-09-114-5/+49
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-102-14/+21
|\
| * nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields2013-08-301-2/+0
| * nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2013-08-301-11/+20
| * Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields2013-08-301-4/+9
| * Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-3033-280/+302
| |\
| * | nfsd4: fix setlease error returnJ. Bruce Fields2013-07-261-1/+1
| * | nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya2013-07-231-9/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-108-167/+221
|\ \ \
| * | | split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro2013-09-091-33/+31
| * | | dcache: Translating dentry into pathname without taking rename_lockWaiman Long2013-09-091-63/+133
| * | | autofs4 - fix device ioctl mount lookupIan Kent2013-09-081-11/+12
| * | | introduce kern_path_mountpoint()Al Viro2013-09-081-11/+24
| * | | rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-083-13/+15
| * | | take unlazy_walk() into umount_lookup_last()Al Viro2013-09-081-33/+27
| * | | prune_super(): sb->s_op is never NULLAl Viro2013-09-071-1/+1
| * | | exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro2013-09-071-1/+1
| * | | afs: get rid of redundant ->d_name.len checksAl Viro2013-09-071-24/+0
* | | | vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds2013-09-101-1/+4
* | | | Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-09111-11894/+13556
|\ \ \ \
| * | | | xfs: XFS_MOUNT_QUOTA_ALL needed by userspaceDave Chinner2013-09-032-7/+6
| * | | | xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_inoDave Chinner2013-09-032-3/+4
| * | | | Fix wrong flag ASSERT in xfs_attr_shortform_getvalueEric Sandeen2013-08-301-1/+1
| * | | | xfs: finish removing IOP_* macros.Dave Chinner2013-08-304-20/+17
| * | | | xfs: inode log reservations are too smallDave Chinner2013-08-301-19/+53
| * | | | xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster2013-08-301-1/+1
| * | | | xfs: inode buffers may not be valid during recovery readaheadDave Chinner2013-08-303-4/+35
| * | | | xfs: check LSN ordering for v5 superblocks during recoveryDave Chinner2013-08-301-13/+156
| * | | | xfs: btree block LSN escaping to disk uninitialisedDave Chinner2013-08-301-0/+2
| * | | | XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...Dave Chinner2013-08-302-8/+19
| * | | | xfs: fix bad dquot buffer size in log recovery readaheadDave Chinner2013-08-291-1/+1
| * | | | xfs: don't account buffer cancellation during log recovery readaheadDave Chinner2013-08-291-26/+35
OpenPOWER on IntegriCloud