summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy15-238/+19
2012-05-16UBIFS: remove a couple of unused macrosArtem Bityutskiy1-3/+0
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy19-163/+160
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy8-27/+24
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov3-0/+379
2012-05-16GFS2: Fix quota adjustment return codeBob Peterson1-1/+1
2012-05-15userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman1-2/+2
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman1-2/+2
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman4-13/+19
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman6-34/+54
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman4-28/+52
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman4-22/+42
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-8/+16
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2-12/+12
2012-05-15userns: Fail exec for suid and sgid binaries with ids outside our user namesp...Eric W. Biederman1-0/+5
2012-05-15ext2: remove the redundant comment for ext2_export_opsWang Sheng-Hui1-5/+0
2012-05-15ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen3-48/+129
2012-05-15quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara1-8/+6
2012-05-15quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara1-6/+6
2012-05-15ext2: Remove i_mutex use from ext2_quota_write()Jan Kara1-5/+1
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
2012-05-15ext4: Remove i_mutex use from ext4_quota_write()Jan Kara1-5/+1
2012-05-15ext3: Remove i_mutex use from ext3_quota_write()Jan Kara1-5/+1
2012-05-15quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara1-4/+4
2012-05-15jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara3-35/+57
2012-05-15jbd: protect all log tail updates with j_checkpoint_mutexJan Kara2-1/+17
2012-05-15jbd: Split updating of journal superblock and marking journal emptyJan Kara3-69/+99
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2-8/+8
2012-05-15xfs: protect xfs_sync_worker with s_umount semaphoreBen Myers1-13/+16
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter1-5/+3
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICMark Salter1-1/+1
2012-05-14xfs: introduce SEEK_DATA/SEEK_HOLE supportJeff Liu1-1/+142
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers3-3/+5
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner7-32/+24
2012-05-14xfs: flush outstanding buffers on log mount failureDave Chinner1-2/+6
2012-05-14xfs: Properly exclude IO type flags from buffer flagsDave Chinner1-2/+3
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner28-35/+7
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner3-91/+60
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner16-57/+16
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner3-14/+16
2012-05-14xfs: clean up busy extent namingDave Chinner8-73/+73
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner10-617/+674
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner51-54/+5
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner1-3/+19
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner5-38/+14
2012-05-14xfs: kill xfs_read_buf()Dave Chinner6-63/+11
2012-05-14xfs: kill XBF_LOCKDave Chinner11-49/+29
2012-05-14xfs: kill xfs_buf_btocDave Chinner2-23/+21
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner7-41/+41