summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o2012-09-131-17/+133
| * | ext4: set bg_itable_unused when resizingTheodore Ts'o2012-09-121-0/+3
| * | ext4: add online resizing support for meta_bg and 64-bit file systemsYongqiang Yang2012-09-052-65/+165
| * | ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-053-40/+50
| * | ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-053-18/+47
| * | ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-09-051-4/+6
| * | ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-09-051-0/+4
| * | ext4: report the original old blocks count in a debug message when resizingYongqiang Yang2012-09-051-2/+1
| * | ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-09-051-3/+9
| * | ext4: remove duplicated declarations in inode.cZheng Liu2012-08-191-3/+0
| * | ext4: fix trivial typo in commentWang Sheng-Hui2012-08-181-1/+1
| * | ext4: no need to add inode to orphan list during hole punchAshish Sangwan2012-08-181-4/+0
| * | jbd2: don't write superblock when if its emptyEric Sandeen2012-08-181-0/+5
| * | ext4: replace plain integer with NULL in super.cSachin Kamat2012-08-181-1/+1
| * | ext4: drop lock_super()/unlock_super()Theodore Ts'o2012-08-171-10/+1
| * | ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o2012-08-171-1/+3
| * | ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong2012-08-171-14/+11
| * | ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong2012-08-171-5/+0
| * | ext4: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-171-3/+6
| * | jbd2: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-171-2/+5
| * | ext4: make the zero-out chunk size tunableZheng Liu2012-08-173-12/+19
| * | ext4: add max_dir_size_kb mount optionTheodore Ts'o2012-08-173-0/+15
| * | ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o2012-08-171-3/+6
| * | ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o2012-08-171-14/+58
* | | Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-10-075-15/+125
|\ \ \
| * | | pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu2012-09-201-1/+7
| * | | pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-064-1/+103
| * | | pstore/ram: Add missing platform_device_unregisterJovi Zhang2012-08-311-0/+1
| * | | pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov2012-08-041-6/+6
| * | | pstore/ram: Fix printk format warningRandy Dunlap2012-08-041-1/+1
| * | | pstore/ram: Fix possible NULL dereferenceAnton Vorontsov2012-08-041-6/+7
* | | | omfs: convert to use beXX_add_cpu()Wei Yongjun2012-10-061-3/+2
* | | | fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-061-1/+1
* | | | proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-061-2/+1
* | | | proc: use kzalloc instead of kmalloc and memsetyan2012-10-061-7/+6
* | | | proc: no need to initialize proc_inode->fd in proc_get_inode()yan2012-10-061-1/+0
* | | | proc: return -ENOMEM when inode allocation failedyan2012-10-061-1/+1
* | | | coredump: extend core dump note section to contain file names of mapped filesDenys Vlasenko2012-10-062-4/+107
* | | | coredump: add a new elf note with siginfo of the signalDenys Vlasenko2012-10-062-2/+31
* | | | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-065-17/+17
* | | | coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2012-10-062-2/+2
* | | | coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov2012-10-061-3/+7
* | | | coredump: update coredump-related headersAlex Kelly2012-10-063-0/+9
* | | | coredump: make core dump functionality optionalAlex Kelly2012-10-063-26/+37
* | | | fat: simplify writeback_inode()Namjae Jeon2012-10-061-9/+5
* | | | fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-061-3/+0
* | | | fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-061-4/+6
* | | | fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop2012-10-061-9/+14
* | | | fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop2012-10-061-7/+0
* | | | fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop2012-10-061-4/+6
OpenPOWER on IntegriCloud