summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | quota: add the option to not fail with EDQUOT in blockEric Sandeen2010-05-161-1/+2
| * | quota: use flags interface for dquot alloc/free spaceEric Sandeen2010-05-161-3/+5
| * | ext4: init statistics after journal recoveryDmitry Monakhov2010-05-161-22/+18
| * | ext4: clean up inode bitmaps manipulation in ext4_free_inodeDmitry Monakhov2010-05-161-46/+39
| * | ext4: Do not zero out uninitialized extents beyond i_sizeDmitry Monakhov2010-05-161-16/+51
| * | jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()Theodore Ts'o2010-05-161-4/+1
| * | ext4: don't scan/accumulate more pages than mballoc will allocateEric Sandeen2010-05-161-0/+9
| * | ext4: stop issuing discards if not supported by deviceEric Sandeen2010-05-161-1/+7
| * | ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen2010-05-161-10/+10
| * | ext4: symlink must be handled via filesystem specific operationDmitry Monakhov2010-05-161-0/+2
| * | ext4: check s_log_groups_per_flex in online resize codeEric Sandeen2010-05-161-1/+2
| * | ext4: fix quota accounting in case of fallocateDmitry Monakhov2010-05-161-1/+2
| * | ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat modeChristian Borntraeger2010-05-151-0/+2
| * | ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()Jing Zhang2010-05-141-12/+12
| * | ext4: Remove unnecessary call to ext4_get_group_desc() in mballocJing Zhang2010-05-131-2/+0
| * | ext4: fix memory leaks in error path handling of ext4_ext_zeroout()Jing Zhang2010-05-121-7/+8
| * | ext4: Fix coding style in fs/ext4/move_extent.cSteven Liu2010-05-111-0/+1
| * | ext4: check missed return value in ext4_sync_file()Dmitry Monakhov2010-05-101-1/+1
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-05-272-4/+17
|\ \ \
| * | | NFS: Fix another nfs_wb_page() deadlockTrond Myklebust2010-05-261-2/+5
| * | | NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust2010-05-261-2/+11
| * | | NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust2010-05-261-0/+1
* | | | fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-278-0/+9
* | | | vfs: introduce noop_llseek()jan Blunck2010-05-271-0/+17
* | | | aio: fix the compat vectored operationsJeff Moyer2010-05-272-25/+42
* | | | compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer2010-05-271-53/+77
* | | | fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* | | | kcore: add _text to KCORE_TEXTWu Fengguang2010-05-271-1/+1
* | | | proc: remove obsolete commentsAmerigo Wang2010-05-271-15/+0
* | | | proc: cleanup: remove unused assignmentsDan Carpenter2010-05-272-3/+2
* | | | proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-272-14/+2
* | | | exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov2010-05-271-6/+5
* | | | coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov2010-05-271-12/+7
* | | | coredump: factor out put_cred() callsOleg Nesterov2010-05-271-10/+6
* | | | coredump: cleanup "ispipe" codeOleg Nesterov2010-05-271-22/+17
* | | | coredump: factor out the not-ispipe file checksOleg Nesterov2010-05-271-32/+31
* | | | exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-271-7/+56
* | | | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-272-0/+3
* | | | fs/autofs4: use memdup_userJulia Lawall2010-05-271-11/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-05-2613-19/+696
|\ \ \ \
| * | | | squashfs: fix name reading in squashfs_xattr_getPhillip Lougher2010-05-231-2/+6
| * | | | squashfs: constify xattr handlersPhillip Lougher2010-05-232-8/+8
| * | | | squashfs: xattr fix sparse warningsStephen Hemminger2010-05-171-4/+4
| * | | | squashfs: xattr_lookup sparse fixStephen Hemminger2010-05-172-3/+4
| * | | | squashfs: add xattr support configure optionPhillip Lougher2010-05-178-8/+63
| * | | | squashfs: add new extended inode typesPhillip Lougher2010-05-176-16/+135
| * | | | squashfs: add support for xattr readingPhillip Lougher2010-05-174-1/+342
| * | | | squashfs: add xattr id supportPhillip Lougher2010-05-176-4/+161
| | |/ / | |/| |
* | | | fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton2010-05-261-1/+1
| |/ / |/| |
* | | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-253-2/+9
OpenPOWER on IntegriCloud