aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29hpfs: bitmaps are little-endianAl Viro3-12/+12
2012-05-29hpfs: get rid of bitfields in struct fnodeAl Viro8-38/+32
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro3-34/+35
2012-05-29fs: fix inode.c kernel-doc warningsRandy Dunlap1-2/+1
2012-05-29hpfs: endianness bugsAl Viro2-3/+3
2012-05-29btrfs: trivial endianness annotationsAl Viro3-7/+8
2012-05-29ocfs2: kill endianness abuses in blockcheck.cAl Viro1-20/+22
2012-05-29ocfs2: deal with __user misannotationsAl Viro2-21/+16
2012-05-29ocfs2: trivial endianness misannotationsAl Viro3-5/+5
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-05-29kill v9fs_dentry_from_dir_inode()Al Viro1-21/+3
2012-05-29ceph: move encode_fh to new APISage Weil1-13/+21
2012-05-29->encode_fh() API changeAl Viro13-130/+88
2012-05-29ubifs: use generic_fillattr()Al Viro1-10/+1
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro6-19/+20
2012-05-29switch utimes() to fget_light/fput_lightAl Viro1-2/+3
2012-05-29switch statfs to fget_light/fput_lightAl Viro1-2/+3
2012-05-29switch flock to fget_light/fput_lightAl Viro1-2/+3
2012-05-29switch signalfd4() to fget_light/fput_lightAl Viro1-3/+4
2012-05-29switch fcntl to fget_raw_light/fput_lightAl Viro1-25/+17
2012-05-29switch xattr syscalls to fget_light/fput_lightAl Viro1-8/+12
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro2-38/+28
2012-05-29switch do_fsync() to fget_light()Al Viro1-2/+3
2012-05-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-587/+1039
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds39-2786/+3743
2012-05-28NFSv4: Add debugging printks to state managerTrond Myklebust1-0/+33
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-2/+230
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds47-186/+267
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+1
2012-05-27NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_errorTrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust4-9/+15
2012-05-27NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state managerTrond Myklebust1-1/+3
2012-05-27NFSv4.1: Handle errors in nfs4_bind_conn_to_sessionTrond Myklebust1-1/+12
2012-05-27NFSv4.1: nfs4_bind_conn_to_session should drain the sessionTrond Myklebust1-0/+2
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-10/+12
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust2-12/+12
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust4-0/+113
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust3-3/+11
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust3-15/+26
2012-05-25NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsTrond Myklebust1-2/+2
2012-05-25NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the leaseTrond Myklebust1-0/+5
2012-05-25NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRMTrond Myklebust1-0/+1
2012-05-25NFSv4: Clean up the error handling for nfs4_reclaim_leaseTrond Myklebust1-49/+50
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds16-211/+313
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+128
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+1
2012-05-24Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds79-2851/+2458
2012-05-24NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust1-3/+3
2012-05-24nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*Weston Andros Adamson2-4/+31