summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-06-1819-324/+1714
|\
| * jbd2: clean up jbd2_journal_try_to_free_buffers()Hisashi Hifumi2009-06-181-49/+0Star
| * ext4: Don't update ctime for non-extent-mapped inodesTheodore Ts'o2009-06-151-5/+1Star
| * ext4: Fix up whitespace issues in fs/ext4/inode.cTheodore Ts'o2009-06-141-97/+103
| * ext4: Fix 64-bit block type problem on 32-bit platformsTheodore Ts'o2009-06-152-5/+5
| * ext4: teach the inode allocator to use a goal inode numberAndreas Dilger2009-06-135-10/+26
| * ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o2009-06-134-13/+22
| * ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o2009-06-133-16/+9Star
| * ext4: update the s_last_mounted field in the superblockTheodore Ts'o2009-06-132-1/+42
| * ext4: change s_mount_opt to be an unsigned intTheodore Ts'o2009-06-133-3/+3
| * ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita2009-06-186-3/+1378
| * ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-04-271-5/+8
| * ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds2009-04-271-5/+8
| * ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-176-121/+55Star
| * jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-173-9/+78
* | seq_file: add function to write binary dataPeter Oberparleiter2009-06-181-0/+20
* | elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov2009-06-182-4/+12
* | reiserfs: fix warnings with gcc 4.4Jeff Mahoney2009-06-182-7/+8
* | ufs: sector_t cannot be negativeRoel Kluin2009-06-181-9/+1Star
* | isofs: cleanup mount option processingJan Kara2009-06-184-45/+40Star
* | isofs: fix setting of uid and gid to 0Jan Kara2009-06-182-14/+14
* | isofs: let mode and dmode mount options override rock ridge mode settingJan Kara2009-06-182-12/+41
* | ext3: make sure inode is deleted from orphan list after truncateJan Kara2009-06-181-9/+11
* | jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi2009-06-181-48/+0Star
* | ext3: fix chain verification in ext3_get_blocks()Jan Kara2009-06-181-1/+1
* | ext2: Do not update mtime of a moved directoryJan Kara2009-06-183-5/+7
* | proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov2009-06-181-6/+1Star
* | procfs: remove sparse errors in proc_devtree.cMichal Simek2009-06-181-5/+5
* | epoll: fix nested calls supportDavide Libenzi2009-06-181-9/+12
* | proc: export statistics for softirq to /procKeika Kobayashi2009-06-183-0/+60
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-171-6/+0Star
|\ \
| * | [SCSI] compat: don't perform unneeded copy in sg_io codeAlexey Zaytsev2009-06-151-6/+0Star
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-06-176-72/+102
|\ \ \
| * | | UBIFS: start using hrtimersArtem Bityutskiy2009-06-083-21/+32
| * | | UBIFS: do not forget to register BDI deviceArtem Bityutskiy2009-06-081-0/+3
| * | | UBIFS: allow sync option in rootflagsArtem Bityutskiy2009-06-021-5/+35
| * | | UBIFS: remove dead codeArtem Bityutskiy2009-05-292-28/+4Star
| * | | UBIFS: use anonymous deviceArtem Bityutskiy2009-05-261-17/+4Star
| * | | UBIFS: return proper error code if the compr is not presentCorentin Chary2009-05-251-0/+1
| * | | UBIFS: return error if link and unlink raceHunter Adrian2009-05-191-0/+19
| * | | UBIFS: reset no_space flag after inode deletionAdrian Hunter2009-05-062-1/+7
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-171-1/+1
|\ \ \ \
| * | | | Hugetlbfs: Enable hugetlbfs for more systems in Kconfig.David Daney2009-06-171-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-1723-143/+94Star
|\ \ \ \ | |/ / / |/| | |
| * | | get rid of BKL in fs/sysvAl Viro2009-06-172-15/+1Star
| * | | get rid of BKL in fs/minixAl Viro2009-06-173-20/+14Star
| * | | get rid of BKL in fs/efsAl Viro2009-06-173-18/+3Star
| * | | befs ->pust_super() doesn't need BKLAl Viro2009-06-171-4/+0Star
| * | | Cleanup of adfs headersAl Viro2009-06-178-59/+57Star
| * | | 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0Star