aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-870/+1124
2014-08-13Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds115-2044/+2213
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds16-195/+189
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-17/+43
2014-08-13Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds14-46/+38
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara2-7/+21
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds24-175/+357
2014-08-11fix copy_tree() regressionAl Viro1-7/+24
2014-08-10Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2-2/+2
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds13-65/+246
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-1390/+2632
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-783/+1665
2014-08-08Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2-4/+2
2014-08-08shm: add sealing APIDavid Herrmann1-0/+5
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-0/+1
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu2-5/+6
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick5-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick4-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick3-55/+43
2014-08-08fs/romfs/super.c: add blank line after declarationsFabian Frederick1-0/+2
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick1-7/+8
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick1-9/+7
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-08fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick3-8/+5
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches3-4/+4
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08sysctl: remove typedef ctl_tableJoe Perches1-1/+1
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov1-3/+79
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-4/+0
2014-08-08proc: remove INF macroAlexey Dobriyan2-42/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan1-2/+2
2014-08-08proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan1-8/+10
2014-08-08proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan1-5/+6
2014-08-08proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan1-4/+11
2014-08-08proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan1-6/+7
2014-08-08proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan1-15/+12
2014-08-08proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan1-10/+8
2014-08-08proc: more "const char *" pointersAlexey Dobriyan1-4/+4
2014-08-08proc: remove proc_tty_ldisc variableAlexey Dobriyan1-2/+2
2014-08-08proc: make proc_subdir_lock staticAlexey Dobriyan2-3/+1
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan2-3/+3
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan4-21/+21
2014-08-08proc: constify seq_operationsFabian Frederick1-1/+1
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick1-1/+1
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick1-8/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick14-14/+14
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick4-9/+8
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick1-16/+16
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick2-3/+3
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick2-8/+13
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick2-133/+131
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko5-5/+34
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko3-0/+144
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko2-1/+47
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko2-1/+136
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko2-1/+112
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko2-0/+286
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko4-2/+244
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko3-0/+194
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko2-0/+174
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick8-11/+8
2014-08-08fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick1-4/+2
2014-08-08minix zmap block counts calculation fixQi Yong2-3/+3
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown1-1/+1
2014-08-08autofs4: remove some unused inline functionsNeilBrown1-49/+0
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown1-2/+6
2014-08-08autofs4: remove a redundant assignmentNeilBrown1-1/+0
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown1-14/+0
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/efs/namei.c: return is not a functionFabian Frederick1-5/+6
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2-3/+3
2014-08-07fs: mark __d_obtain_alias staticFengguang Wu1-1/+1
2014-08-07dcache: d_splice_alias should detect loopsJ. Bruce Fields1-0/+5
2014-08-07dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTEDJ. Bruce Fields1-6/+3
2014-08-07dcache: remove unused d_find_alias parameterJ. Bruce Fields1-8/+5
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields5-31/+53
2014-08-07dcache: d_splice_alias should ignore DCACHE_DISCONNECTEDJ. Bruce Fields1-4/+4
2014-08-07dcache: d_splice_alias mustn't create directory aliasesJ. Bruce Fields1-2/+9
2014-08-07dcache: close d_move race in d_splice_aliasJ. Bruce Fields1-1/+6
2014-08-07dcache: move d_splice_aliasJ. Bruce Fields1-52/+52
2014-08-07namei: trivial fix to vfs_rename_dir commentJ. Bruce Fields1-1/+1
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown1-11/+16
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi3-5/+15
2014-08-07hostfs: support rename flagsMiklos Szeredi3-10/+49
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-08-07bad_inode: add ->rename2()Miklos Szeredi1-3/+4
2014-08-07fs: call rename2 if existsMiklos Szeredi3-10/+3
2014-08-07death to mnt_pinnedAl Viro2-27/+9
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro4-8/+13
2014-08-07take fs_pin stuff to fs/*Al Viro2-1/+78
2014-08-07drop ->s_umount around acct_auto_close()Al Viro1-4/+14
2014-08-07acct: get rid of acct_listAl Viro3-2/+3
2014-08-07acct: switch to __kernel_write()Al Viro1-1/+0
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro2-10/+74
2014-08-07ceph: fix kick_requests()Yan, Zheng1-2/+3
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds21-51/+111
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias3-3/+3
2014-08-06mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner1-6/+21
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-08-06fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-06ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed1-0/+4
2014-08-06ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei1-3/+2
2014-08-06ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie3-5/+14
2014-08-06fs/squashfs/super.c: logging cleanupFabian Frederick1-2/+3
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-06ntfs: kernel-doc warning fixesFabian Frederick1-3/+0
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-08-06fanotify: fix double free of pending permission eventsJan Kara3-2/+37
2014-08-06fsnotify: rename event handling functionsJan Kara5-14/+15
2014-08-06fs/fscache: make ctl_table staticFabian Frederick1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-15/+12
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-13/+75
2014-08-05reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney3-54/+71
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton2-7/+101
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton2-17/+0
2014-08-05Add worker function to set allocation sizeSteve French4-6/+11
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton1-2/+0
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust1-2/+0
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust1-6/+0
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust1-11/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust2-9/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust1-3/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust1-9/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust1-6/+2
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust1-4/+0
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust1-5/+1
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton3-126/+57
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton3-40/+162
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton3-15/+122
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton3-16/+131
2014-08-05nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton1-3/+8
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton3-17/+30
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton3-1/+32
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton3-11/+26
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsJeff Layton1-51/+78
2014-08-05nfsd: protect clid and verifier generation with client_lockJeff Layton2-15/+12
2014-08-05nfsd: don't destroy clients that are busyJeff Layton1-2/+8
2014-08-05NFSD: Put the reference of nfs4_file when freeing stidKinglong Mee1-0/+4
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-293/+333
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-292/+791
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-12/+31
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-158/+41
2014-08-04nfs: reject changes to resvport and sharecache during remountScott Mayhew1-4/+5
2014-08-04NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee1-2/+6
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu2-14/+6
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu1-0/+2
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-2/+4
2014-08-04proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo...Eric W. Biederman1-1/+1
2014-08-04proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/netEric W. Biederman1-1/+1
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman6-6/+111
2014-08-04proc: Have net show up under /proc/<tgid>/task/<tid>Eric W. Biederman1-0/+3
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-13/+13
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman4-41/+69
2014-08-04NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown1-4/+4
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner16-161/+175
2014-08-04Merge branch 'xfs-bulkstat-refactor' into for-nextDave Chinner4-315/+283
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner25-353/+166
2014-08-04Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner6-12/+148
2014-08-04xfs: fix coccinelle warningskbuild test robot1-1/+1
2014-08-04xfs: flush both inodes in xfs_swap_extentsDave Chinner1-44/+37
2014-08-04xfs: fix swapext ilock deadlockDave Chinner1-15/+18
2014-08-04xfs: kill xfs_vnode.hDave Chinner6-48/+20
2014-08-04xfs: kill VN_MAPPEDDave Chinner2-7/+1
2014-08-04xfs: kill VN_CACHEDDave Chinner2-3/+2
2014-08-04xfs: kill VN_DIRTY()Dave Chinner2-3/+1
2014-08-04xfs: dquot recovery needs verifiersDave Chinner1-21/+23
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2-2/+9
2014-08-04xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-08-04xfs: catch buffers written without verifiers attachedDave Chinner2-1/+21
2014-08-04xfs: avoid false quotacheck after unclean shutdownEric Sandeen2-5/+20
2014-08-04xfs: fix rounding error of fiemap length parameterBrian Foster1-2/+2
2014-08-04xfs: introduce xfs_bulkstat_ag_ichunkJie Liu2-54/+103
2014-08-03NFS: allow lockless access to access_cacheNeilBrown1-2/+41
2014-08-03NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown1-4/+6
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown2-17/+51
2014-08-03NFS: support RCU_WALK in nfs_permission()NeilBrown1-8/+20
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown1-12/+33
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown1-9/+8
2014-08-03NFS: add checks for returned value of try_module_get()Alexey Khoroshilov1-3/+5
2014-08-03nfs: clear_request_commit while holding i_lockWeston Andros Adamson2-14/+6
2014-08-03pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson2-0/+24
2014-08-03pnfs: find swapped pages on pnfs commit lists tooWeston Andros Adamson3-12/+88