summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust2012-06-281-3/+1
| * | | NFSv4.1: Clean up nfs4_reclaim_leaseTrond Myklebust2012-06-281-17/+35
| * | | NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loopTrond Myklebust2012-06-281-3/+6
| * | | NFSv4.1: Clean up nfs4_recall_slot()Trond Myklebust2012-06-281-5/+6
| * | | NFSv4.1: Handle slot recalls before doing state recoveryTrond Myklebust2012-06-281-11/+10
| * | | NFS: add more context to state manager error mesgsWeston Andros Adamson2012-06-281-2/+14
| * | | NFSv3: Don't open code stream position calculation in decode_getacl3resokTrond Myklebust2012-06-281-1/+1
| * | | NFSv4: Simplify the GETATTR attribute length calculationTrond Myklebust2012-06-281-12/+15
| * | | NFS: Let xdr_read_pages() check for buffer overflowsTrond Myklebust2012-06-283-72/+12
| * | | NFSv2/v3: Remove incorrect dprintks from the readdir reply codeTrond Myklebust2012-06-242-16/+4
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3040-300/+408
|\ \ \ \
| * | | | c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+29
| * | | | fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2012-07-301-1/+1
| * | | | proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni2012-07-301-3/+6
| * | | | proc: environ_read() make sure offset points to environment address rangeDjalal Harouni2012-07-301-6/+7
| * | | | coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang2012-07-301-7/+8
| * | | | fat: refactor shortname parsingSteven J. Magnani2012-07-301-118/+137
| * | | | fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-304-25/+24
| * | | | hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon2012-07-301-1/+1
| * | | | nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko2012-07-3011-10/+81
| * | | | nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-304-2/+8
| * | | | nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi2012-07-301-3/+7
| * | | | nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao2012-07-301-3/+0
| * | | | nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko2012-07-301-0/+1
| * | | | minixfs: fix block limit checkVladimir Serbinenko2012-07-301-1/+2
| * | | | ext4: use memweight()Akinobu Mita2012-07-301-8/+1
| * | | | ext3: use memweight()Akinobu Mita2012-07-302-12/+2
| * | | | ext2: use memweight()Akinobu Mita2012-07-302-12/+3
| * | | | ocfs2: use memweight()Akinobu Mita2012-07-301-6/+2
| * | | | affs: use memweight()Akinobu Mita2012-07-301-26/+2
| * | | | qnx4fs: use memweight()Akinobu Mita2012-07-301-19/+5
| * | | | btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches2012-07-304-8/+50
| * | | | coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook2012-07-301-5/+5
| * | | | fs: make dumpable=2 require fully qualified pathKees Cook2012-07-301-3/+14
| * | | | fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin2012-07-301-4/+12
| * | | | ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-301-17/+0
* | | | | Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-07-3046-2415/+2457
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xfs: wait for the write the superblock on unmountMark Tinguely2012-07-292-0/+18
| * | | | xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2012-07-292-3/+33
| * | | | xfs: remove iolock lock classesChristoph Hellwig2012-07-293-33/+2
| * | | | xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig2012-07-291-14/+10
| * | | | xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2012-07-292-18/+15
| * | | | xfs: remove xfs_inactive_attrsChristoph Hellwig2012-07-291-61/+36
| * | | | xfs: clean up xfs_inactiveChristoph Hellwig2012-07-291-128/+43
| * | | | xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig2012-07-291-58/+69
| * | | | xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig2012-07-291-51/+44
| * | | | xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig2012-07-291-21/+26
| * | | | xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig2012-07-295-19/+10
| * | | | xfs: split xfs_diallocChristoph Hellwig2012-07-291-175/+174
| * | | | xfs: remove xfs_ialloc_find_freeChristoph Hellwig2012-07-221-8/+1
OpenPOWER on IntegriCloud