summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-06-011-3/+17
* fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-06-013-0/+127
* aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-06-013-9/+8Star
* eventfd: change int to __u64 in eventfd_signal()Sha Zhengju2012-06-011-8/+4Star
* fs/nls: add Apple NLSVladimir Serbinenko2012-06-0113-1/+6451
* proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov2012-06-011-0/+12
* proc/smaps: carefully handle migration entriesKonstantin Khlebnikov2012-06-011-8/+10
* proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2012-06-011-18/+30
* procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-06-011-2/+2
* proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan2012-06-011-4/+4
* proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan2012-06-011-6/+7
* proc: use mm_access() instead of ptrace_may_access()Cong Wang2012-06-011-5/+2Star
* proc: remove mm_for_maps()Cong Wang2012-06-014-11/+4Star
* proc: clean up /proc/<pid>/environ handlingCong Wang2012-06-011-21/+24
* fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-06-011-2/+2
* fat: add fat_msg_ratelimit()Namjae Jeon2012-06-011-0/+5
* fat: switch to fsinfo_inodeArtem Bityutskiy2012-06-012-31/+18Star
* fat: mark superblock as dirty less oftenArtem Bityutskiy2012-06-011-4/+5
* fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-06-011-4/+9
* fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-06-012-0/+13
* HPFS: remove PRINTK() macroDan Carpenter2012-06-012-8/+0Star
* nilfs2: flush disk caches in syncingRyusuke Konishi2012-06-012-11/+21
* pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon2012-06-011-1/+1
* introduce SIZE_MAXXi Wang2012-06-011-1/+1
* mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-301-2/+3
* mm/fs: remove truncate_rangeHugh Dickins2012-05-301-1/+0Star
* mm: fix NULL ptr deref when walking hugepagesSasha Levin2012-05-301-1/+1
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-2939-2786/+3743
|\
| * NFSv4: Add debugging printks to state managerTrond Myklebust2012-05-281-0/+33
| * NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-05-281-0/+2
| * NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust2012-05-281-1/+1
| * NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_errorTrond Myklebust2012-05-271-1/+1
| * NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2012-05-274-9/+15
| * NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state managerTrond Myklebust2012-05-271-1/+3
| * NFSv4.1: Handle errors in nfs4_bind_conn_to_sessionTrond Myklebust2012-05-271-1/+12
| * NFSv4.1: nfs4_bind_conn_to_session should drain the sessionTrond Myklebust2012-05-271-0/+2
| * NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust2012-05-262-12/+12
| * NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust2012-05-264-0/+113
| * NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust2012-05-263-3/+11
| * NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust2012-05-263-15/+26
| * NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsTrond Myklebust2012-05-261-2/+2
| * NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the leaseTrond Myklebust2012-05-251-0/+5
| * NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRMTrond Myklebust2012-05-251-0/+1
| * NFSv4: Clean up the error handling for nfs4_reclaim_leaseTrond Myklebust2012-05-251-49/+50
| * NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust2012-05-241-3/+3
| * nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*Weston Andros Adamson2012-05-242-4/+31
| * nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson2012-05-243-0/+150
| * NFSv4.1 test the mdsthreshold hint parametersAndy Adamson2012-05-241-0/+79
| * NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-245-0/+10
| * NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-244-5/+68