summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.Alain Renaud2012-07-222-31/+31
| * xfs: remove xfs_inotobpChristoph Hellwig2012-07-222-54/+19
| * xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-225-91/+54
| * xfs: handle EOF correctly in xfs_vm_writepageChristoph Hellwig2012-07-221-2/+17
| * xfs: implement ->update_timeChristoph Hellwig2012-07-223-57/+46
| * xfs: fix comment typo of struct xfs_da_blkinfo.Chen Baozi2012-07-221-1/+1
| * xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig2012-07-133-31/+23
| * xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig2012-07-131-1/+1
| * xfs: don't defer metadata allocation to the workqueueDave Chinner2012-07-131-3/+12
| * xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-07-131-2/+2
OpenPOWER on IntegriCloud