summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-2516-20/+69
| * | | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-2515-17/+41
| * | | fs: add generic xattr_acl handlersChristoph Hellwig2014-01-251-0/+102
| * | | fs: add get_acl helperChristoph Hellwig2014-01-252-21/+30
| * | | fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig2014-01-253-188/+174
| * | | reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig2014-01-251-10/+10
| * | | befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit2014-01-251-2/+2
| * | | fs: __fget_light() can use __fget() in slow pathOleg Nesterov2014-01-251-11/+3
| * | | fs: factor out common code in fget_light() and fget_raw_light()Oleg Nesterov2014-01-251-24/+9
| * | | fs: factor out common code in fget() and fget_raw()Oleg Nesterov2014-01-251-17/+8
| * | | change close_files() to use rcu_dereference_raw(files->fdt)Oleg Nesterov2014-01-251-17/+9
| * | | introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-2/+2
| * | | kill reiserfs_bdevname()Al Viro2014-01-253-14/+6
| * | | afs: get rid of junk in fs/afs/proc.cAl Viro2014-01-252-101/+22
| * | | nls: have register_nls() set ->ownerAl Viro2014-01-2552-53/+3
| * | | eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro2014-01-251-8/+5
| * | | btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro2014-01-251-46/+24
| * | | qnx4: clean qnx4_fill_super() upAl Viro2014-01-252-43/+22
| * | | efs: get rid of ->put_super()Al Viro2014-01-251-24/+15
| * | | cramfs: take headers to fs/cramfsAl Viro2014-01-253-5/+25
| * | | cramfs: get rid of ->put_super()Al Viro2014-01-251-16/+12
| * | | affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-251-32/+25
| * | | xfs: switch to kfree_put_link()Al Viro2014-01-251-13/+1
| * | | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-251-16/+13
* | | | compat: fix sys_fanotify_markHeiko Carstens2014-01-271-2/+2
* | | | ocfs2: do not log ENOENT in unlink()Xiaowei.Hu2014-01-271-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-01-261-25/+28
|\ \ \ \
| * | | | um: hostfs: make functions staticJames Hogan2014-01-261-25/+28
| |/ / /
* | | | Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-2610-38/+187
|\ \ \ \
| * | | | 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-108-19/+179
| * | | | 9p: remove useless 'name' variable and assignmentGeyslan G. Bem2013-11-231-3/+0
| * | | | 9p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem2013-11-231-4/+6
| * | | | 9p: remove useless variable and assignmentGeyslan G. Bem2013-11-231-3/+0
| * | | | 9p: remove useless assignmentGeyslan G. Bem2013-11-231-1/+1
| * | | | 9p: remove unused 'super_block' struct pointerGeyslan G. Bem2013-11-231-2/+0
| * | | | 9p: remove never used return variableGeyslan G. Bem2013-11-231-2/+0
| * | | | 9p: remove unused 'p9_fid' struct pointerGeyslan G. Bem2013-11-231-2/+1
| * | | | 9p: remove unused 'p9_client' struct pointerGeyslan G. Bem2013-11-231-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-2/+2
|\ \ \ \ \
| * | | | | sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-2/+2
| | |/ / / | |/| | |
* | | | | romfs: fix returm err while getting inode in fill_superRui Xiang2014-01-231-4/+2
* | | | | userns: relax the posix_acl_valid() checksAndreas Gruenbacher2014-01-231-10/+0
* | | | | fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton2014-01-231-4/+4
* | | | | fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-231-31/+5
* | | | | fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-49/+5
* | | | | fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-59/+9
* | | | | fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-236-114/+17
* | | | | fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger2014-01-231-1/+0
* | | | | exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi2014-01-231-2/+2
* | | | | fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-231-2/+1