summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-12-10lp: move compat_ioctl handling into lp.cArnd Bergmann1-33/+0
2009-12-10compat_ioctl: pass compat pointer directly to handlersArnd Bergmann1-128/+83
2009-12-10compat_ioctl: simplify lookup tableArnd Bergmann1-46/+44
2009-12-10compat_ioctl: simplify calling of handlersArnd Bergmann1-47/+39
2009-12-10compat_ioctl: inline all conversion handlersArnd Bergmann1-54/+81
2009-12-10compat_ioctl: Remove BKLArnd Bergmann1-2/+0
2009-12-10compat_ioctl: remove all VT ioctl handlingArnd Bergmann1-187/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds14-53/+46
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds19-498/+629
2009-12-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds8-446/+1093
2009-12-10Merge git://git.infradead.org/ubifs-2.6Linus Torvalds3-18/+17
2009-12-10NFS: Fix nfs_migrate_page()Trond Myklebust1-2/+3
2009-12-10ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()Roel Kluin1-1/+1
2009-12-10ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara1-4/+14
2009-12-10ext4: Support for 64-bit quota formatJan Kara1-6/+24
2009-12-10ext3: Support for vfsv1 quota formatJan Kara1-6/+24
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara3-39/+153
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara1-4/+0
2009-12-10ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy1-2/+2
2009-12-10ext3: Unify log messages in ext3Alexey Fisher1-205/+227
2009-12-10ext2: clear uptodate flag on super block I/O errorStephen Hemminger1-0/+16
2009-12-10ext2: Unify log messages in ext2Alexey Fisher4-80/+101
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen1-0/+4
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen1-2/+0
2009-12-10ext3: journal all modifications in ext3_xattr_set_handleEric Sandeen1-3/+4
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara1-0/+2
2009-12-10const: struct quota_format_opsAlexey Dobriyan3-3/+3
2009-12-10ubifs: remove manual O_SYNC handlingChristoph Hellwig1-12/+1
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig2-7/+3
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig11-15/+29
2009-12-10zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress...Jan Kara2-250/+286
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh6-28/+361
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh5-350/+644
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh1-2/+8
2009-12-10exofs: dbg-print lessBoaz Harrosh1-5/+7
2009-12-10exofs: More sane debug printBoaz Harrosh1-2/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds37-64/+60
2009-12-09ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o1-2/+2
2009-12-09ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o2-3/+3
2009-12-09jbd2: Export jbd2_log_start_commit to fix ext4 buildTheodore Ts'o1-0/+1
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-163/+420
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt80-1721/+2571
2009-12-08nfs41: Invoke RECLAIM_COMPLETE on all new client idsRicardo Labiaga1-3/+4
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-68/+143
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-749/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds10-136/+60