summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-12-11sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman1-23/+8
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman4-17/+54
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman1-4/+4
2009-12-11sysfs: Update s_iattr on link and unlink.Eric W. Biederman1-0/+18
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2-20/+32
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman1-6/+3
2009-12-11sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman1-9/+1
2009-12-11sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman1-27/+46
2009-12-11sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman1-2/+2
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman1-12/+29
2009-12-11debugfs: fix create mutex racy fops and private dataMathieu Desnoyers1-23/+32
2009-12-11sysfs: mark a locally-only used function staticStefan Richter1-1/+2
2009-12-11usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann1-112/+0
2009-12-11lp: move compat_ioctl handling into lp.cArnd Bergmann1-33/+0
2009-12-11compat_ioctl: pass compat pointer directly to handlersArnd Bergmann1-128/+83
2009-12-11compat_ioctl: simplify lookup tableArnd Bergmann1-46/+44
2009-12-11compat_ioctl: simplify calling of handlersArnd Bergmann1-47/+39
2009-12-11compat_ioctl: inline all conversion handlersArnd Bergmann1-54/+81
2009-12-11compat_ioctl: Remove BKLArnd Bergmann1-2/+0
2009-12-11compat_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