summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-18/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-20/+21
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0980-1721/+2571
| |\
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-2420-49/+121
| |\ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-1233-198/+446
| |\ \ \
| * | | | Convert /proc/device-tree/ to seq_fileAlexey Dobriyan2009-10-301-20/+21
* | | | | Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-121-564/+203Star
|\ \ \ \ \
| * | | | | usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-101-112/+0Star
| * | | | | lp: move compat_ioctl handling into lp.cArnd Bergmann2009-12-101-33/+0Star
| * | | | | compat_ioctl: pass compat pointer directly to handlersArnd Bergmann2009-12-101-128/+83Star
| * | | | | compat_ioctl: simplify lookup tableArnd Bergmann2009-12-101-46/+44Star
| * | | | | compat_ioctl: simplify calling of handlersArnd Bergmann2009-12-101-47/+39Star
| * | | | | compat_ioctl: inline all conversion handlersArnd Bergmann2009-12-101-54/+81
| * | | | | compat_ioctl: Remove BKLArnd Bergmann2009-12-101-2/+0Star
| * | | | | compat_ioctl: remove all VT ioctl handlingArnd Bergmann2009-12-101-187/+1Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-121-2/+14
|\ \ \ \ \ \
| * | | | | | devpts_get_tty() should validate inodeSukadev Bhattiprolu2009-12-121-2/+14
| |/ / / / /
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-1230-632/+889
|\ \ \ \ \ \
| * | | | | | ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()Roel Kluin2009-12-101-1/+1
| * | | | | | ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara2009-12-101-4/+14
| * | | | | | ext4: Support for 64-bit quota formatJan Kara2009-12-101-6/+24
| * | | | | | ext3: Support for vfsv1 quota formatJan Kara2009-12-101-6/+24
| * | | | | | quota: Implement quota format with 64-bit space and inode limitsJan Kara2009-12-103-39/+153
| * | | | | | quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara2009-12-101-4/+0Star
| * | | | | | ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy2009-12-101-2/+2
| * | | | | | ext3: Unify log messages in ext3Alexey Fisher2009-12-101-205/+227
| * | | | | | ext2: clear uptodate flag on super block I/O errorStephen Hemminger2009-12-101-0/+16
| * | | | | | ext2: Unify log messages in ext2Alexey Fisher2009-12-104-80/+101
| * | | | | | ext3: make "norecovery" an alias for "noload"Eric Sandeen2009-12-101-0/+4
| * | | | | | ext3: Don't update the superblock in ext3_statfs()Eric Sandeen2009-12-101-2/+0Star
| * | | | | | ext3: journal all modifications in ext3_xattr_set_handleEric Sandeen2009-12-101-3/+4
| * | | | | | quota: Fix WARN_ON in lookup_one_lenJan Kara2009-12-101-0/+2
| * | | | | | const: struct quota_format_opsAlexey Dobriyan2009-12-103-3/+3
| * | | | | | ubifs: remove manual O_SYNC handlingChristoph Hellwig2009-12-101-12/+1Star
| * | | | | | afs: remove manual O_SYNC handlingChristoph Hellwig2009-12-101-9/+0Star
| * | | | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-102-7/+3Star
| * | | | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-1011-15/+29
| * | | | | | zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress...Jan Kara2009-12-102-250/+286
* | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-1230-321/+254Star
|\ \ \ \ \ \ \
| * | | | | | | xfs: Fix error return for fallocate() on XFSJason Gunthorpe2009-12-111-3/+3
| * | | | | | | xfs: cleanup dmapi macros in the umount pathChristoph Hellwig2009-12-112-24/+21Star
| * | | | | | | xfs: remove incorrect sparse annotation for xfs_iget_cache_missChristoph Hellwig2009-12-111-1/+1
| * | | | | | | xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-119-36/+17Star
| * | | | | | | xfs: uninline xfs_get_extsz_hintChristoph Hellwig2009-12-112-21/+23
| * | | | | | | xfs: rename xfs_attr_fetch to xfs_attr_get_intChristoph Hellwig2009-12-112-5/+8
| * | | | | | | xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-119-50/+44Star
| * | | | | | | xfs: remove IO_ISAIOChristoph Hellwig2009-12-113-8/+2Star
| * | | | | | | xfs: Wrapped journal record corruption on read at recoveryAndy Poling2009-12-111-17/+7Star
| * | | | | | | xfs: cleanup data end I/O handlersChristoph Hellwig2009-12-111-69/+26Star
| * | | | | | | xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig2009-12-111-7/+10