summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-01-07nfsd: last_byte_offsetBenny Halevy
2009-01-07nfsd: delete wrong file comment from nfsd/nfs4xdr.cMarc Eshel
2009-01-07nfsd: git rid of nfs4_cb_null_ops declarationBenny Halevy
2009-01-07nfsd: dprint each op status in nfsd4_proc_compoundBenny Halevy
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand
2009-01-07NFSD: FIDs need to take precedence over UUIDsSteve Dickson
2009-01-07nfsd: fix double-locks of directory mutexJ. Bruce Fields
2009-01-07CRED: Fix NFSD regressionDavid Howells
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever
2009-01-07NLM: Refactor make_socks() functionChuck Lever
2009-01-07nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-07debugfs: add helpers for exporting a size_t simple valueInaky Perez-Gonzalez
2009-01-07async: make the final inode deletion an asynchronous eventArjan van de Ven
2009-01-07Btrfs: Add Documentation/filesystem/btrfs.txt, remove old COPYINGDavid Woodhouse
2009-01-07Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hookChris Mason
2009-01-07GFS2: Fix typo in gfs_page_mkwrite()Benjamin Marzinski
2009-01-07GFS2: LSF and LBD are now one and the sameSteven Whitehouse
2009-01-07GFS2: Set GFP_NOFS when allocating page on writeSteven Whitehouse
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-01-06bfs: check that filesystem fits on the blockdeviceEric Sesterhenn
2009-01-06bfs: add some basic sanity checksEric Sesterhenn
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong
2009-01-06minix: fix add link's wrong position calculationEvgeniy Dushistov
2009-01-06autofs4: fix string validation check orderIan Kent
2009-01-06autofs4: make autofs type usage explicitIan Kent
2009-01-06autofs4: fix var shadowed by local delarationIan Kent
2009-01-06autofs4: improve parameter usageIan Kent
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng
2009-01-06fs: fix function param name in kernel-docRandy Dunlap
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet
2009-01-06poll: allow f_op->poll to sleepTejun Heo