summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ext4: convert block group-relative offsets to use clustersTheodore Ts'o2011-09-092-3/+6
| * | | | ext4: bigalloc changes to block bitmap initialization functionsTheodore Ts'o2011-09-092-41/+103
| * | | | ext4: split out ext4_free_blocks_after_init()Theodore Ts'o2011-09-093-72/+66
| * | | | ext4: factor out block group accounting into functionsTheodore Ts'o2011-09-091-32/+48
| * | | | ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUPTheodore Ts'o2011-09-091-24/+24
| * | | | ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o2011-09-094-4/+48
| * | | | ext4: read-only support for bigalloc file systemsTheodore Ts'o2011-09-092-11/+64
| * | | | ext4: add ext4-specific kludge to avoid an oops after the disk disappearsTheodore Ts'o2011-09-091-1/+17
| * | | | ext4: fix partial page writesAllison Henderson2011-09-061-0/+19
| * | | | ext4: fix fsx truncate failureAllison Henderson2011-09-062-4/+22
| * | | | ext4: only call ext4_jbd2_file_inode when an inode has been extendedTheodore Ts'o2011-09-061-15/+8
| * | | | jbd2: use gfp_t instead of intDan Carpenter2011-09-041-3/+3
| * | | | jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o2011-09-043-12/+64
| * | | | ext4: improve handling of conflicting mount optionsTheodore Ts'o2011-09-032-21/+32
| * | | | ext4: fix 2nd xfstests 127 punch hole failureAllison Henderson2011-09-031-4/+37
| * | | | ext4: fix xfstests 75, 112, 127 punch hole failureAllison Henderson2011-09-031-22/+39
| * | | | ext4: Add new ext4_discard_partial_page_buffers routinesAllison Henderson2011-09-032-0/+235
| * | | | ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o2011-08-311-2/+2
| * | | | ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong2011-08-311-1/+1
| * | | | ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong2011-08-311-1/+1
| * | | | ext4: fake direct I/O mode for data=journalTheodore Ts'o2011-08-311-0/+7
| * | | | ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2011-08-311-2/+1
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-0221-333/+258
|\ \ \ \ \
| * | | | | udf: Cleanup metadata flags handlingJan Kara2011-10-313-8/+10
| * | | | | udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-314-36/+43
| * | | | | ext3: Allow quota file use root reservationDmitry Monakhov2011-10-311-4/+4
| * | | | | quota: Drop path reference on error exit from quotactlJan Kara2011-10-311-2/+5
| * | | | | udf: Neaten udf_debug usesJoe Perches2011-10-316-59/+50
| * | | | | udf: Neaten logging output, use vsprintf extension %pVJoe Perches2011-10-311-11/+17
| * | | | | udf: Convert printks to pr_<level>Joe Perches2011-10-317-98/+83
| * | | | | udf: Rename udf_warning to udf_warnJoe Perches2011-10-104-20/+15
| * | | | | udf: Rename udf_error to udf_errJoe Perches2011-10-103-29/+23
| * | | | | udf: Promote some debugging messages to udf_errorJoe Perches2011-10-103-10/+18
| * | | | | ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma2011-10-101-24/+0
| * | | | | udf: Add readpages support for udf.Namjae Jeon2011-10-061-1/+9
| * | | | | ext3/balloc.c: local functions should be staticH Hartley Sweeten2011-10-051-3/+4
| * | | | | ext2: fix the outdated comment in ext2_nfs_get_inode()Li Haifeng2011-08-301-4/+4
| * | | | | ext3: remove deprecated oldallocLukas Czerner2011-08-172-46/+7
| * | | | | fs/ext3/balloc.c: delete useless initializationJulia Lawall2011-08-171-1/+1
| * | | | | fs/ext2/balloc.c: delete useless initializationJulia Lawall2011-08-171-1/+1
| * | | | | ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima2011-08-171-2/+2
| * | | | | ext3: Remove i_mutex from ext3_sync_file()Jan Kara2011-08-171-10/+0
* | | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | um: kill useless include of user.hAl Viro2011-11-021-1/+0
* | | | | | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-11-013-26/+109
|\ \ \ \ \ \
| * | | | | | pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-5/+6
| * | | | | | pstore: change mutex locking to spin_locksDon Zickus2011-08-161-7/+21
| * | | | | | pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-163-14/+82
* | | | | | | sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman2011-11-011-8/+6
* | | | | | | epoll: fix spurious lockdep warningsNelson Elhage2011-10-311-7/+18
OpenPOWER on IntegriCloud