aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrGravatar Al Viro 1-0/+1
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesGravatar Andreas Gruenbacher 1-1/+1
2016-05-17btrfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 3-30/+11
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 5-90/+79
2016-05-12jfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 5-116/+84
2016-05-12jfs: Clean up xattr name mappingGravatar Andreas Gruenbacher 1-55/+25
2016-05-12gfs2: Switch to generic xattr handlersGravatar Al Viro 4-88/+99
2016-04-23ceph: kill __ceph_removexattr()Gravatar Yan, Zheng 1-126/+0
2016-04-23ceph: Switch to generic xattr handlersGravatar Andreas Gruenbacher 4-52/+38
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclGravatar Andreas Gruenbacher 4-33/+29
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 24-66/+69
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 29-110/+108
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Gravatar Al Viro 7-98/+31
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsGravatar Al Viro 1-36/+6
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 25-42/+33
2016-03-31posix_acl: Unexport acl_by_type and make it staticGravatar Andreas Gruenbacher 1-2/+1
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 16-78/+126
2016-03-28jfs: Remove unnecessary code in jfs_get_aclGravatar Andreas Gruenbacher 1-4/+0
2016-03-28reiserfs_cache_default_acl(): use get_acl()Gravatar Al Viro 1-1/+1
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 11-218/+419
2016-03-26Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 30-0/+10742
2016-03-26f2fs/crypto: fix xts_tweak initializationGravatar Linus Torvalds 1-1/+1
2016-03-26orangefs: fix orangefs_superblock lockingGravatar Al Viro 3-58/+47
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughGravatar Al Viro 1-1/+1
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstGravatar Al Viro 1-3/+3
2016-03-25orangefs: sanitize ->llseek()Gravatar Al Viro 2-10/+3
2016-03-25orangefs-bufmap.h: trim unused junkGravatar Al Viro 1-9/+0
2016-03-25orangefs: saner calling conventions for getting a slotGravatar Al Viro 4-28/+16
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerGravatar Al Viro 3-23/+14
2016-03-25orangefs: get rid of readdir_handle_sGravatar Al Viro 1-63/+30
2016-03-25ocfs2: extend enough credits for freeing one truncate record while replaying ...Gravatar Xue jiufei 1-11/+8
2016-03-25ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Gravatar Xue jiufei 1-28/+54
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertGravatar xuejiufei 1-0/+6
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsGravatar jiangyiwen 1-1/+1
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 7-33/+32
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listGravatar Joseph Qi 2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryGravatar Joseph Qi 1-1/+10
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Gravatar Ryan Ding 1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchGravatar Ryan Ding 1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeGravatar Ryan Ding 1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 5-36/+9
2016-03-25ocfs2: code clean up for direct ioGravatar Ryan Ding 2-144/+10
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioGravatar Ryan Ding 1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 4-5/+106
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterGravatar Ryan Ding 1-15/+13
2016-03-25ocfs2: do not change i_size in write_end for direct ioGravatar Ryan Ding 1-33/+46
2016-03-25ocfs2: test target page before change itGravatar Ryan Ding 1-6/+26
2016-03-25ocfs2: use c_new to indicate newly allocated extentsGravatar Ryan Ding 1-10/+12
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeGravatar Ryan Ding 3-13/+22
2016-03-25ocfs2: o2hb: fix double free bugGravatar Junxiao Bi 1-2/+2