aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Add lockdep annotationsJan Kara2009-06-226-25/+123
* vfs: Set special lockdep map for dirs only if not set by fsJan Kara2009-06-221-6/+11
* ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran2009-06-225-43/+51
* ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Sunil Mushran2009-06-222-4/+4
* ocfs2: Stop orphan scan as early as possible during umountSunil Mushran2009-06-223-4/+21
* ocfs2: Fix ocfs2_osb_dump()Sunil Mushran2009-06-221-14/+18
* ocfs2: Pin journal head before accessing jh->b_committed_dataSunil Mushran2009-06-221-4/+24
* ocfs2: Update atime in splice read if necessary.Tao Ma2009-06-221-3/+3
* ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.Joel Becker2009-06-225-9/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-171-6/+0
|\
| * [SCSI] compat: don't perform unneeded copy in sg_io codeAlexey Zaytsev2009-06-151-6/+0
* | 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/+4
| * | UBIFS: use anonymous deviceArtem Bityutskiy2009-05-261-17/+4
| * | 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/+94
|\ \ \ \ | |/ / / |/| | |
| * | | get rid of BKL in fs/sysvAl Viro2009-06-172-15/+1
| * | | get rid of BKL in fs/minixAl Viro2009-06-173-20/+14
| * | | get rid of BKL in fs/efsAl Viro2009-06-173-18/+3
| * | | befs ->pust_super() doesn't need BKLAl Viro2009-06-171-4/+0
| * | | Cleanup of adfs headersAl Viro2009-06-178-59/+57
| * | | 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
| * | | fuse doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
| * | | No instance of ->bmap() needs BKLAl Viro2009-06-171-2/+0
| * | | remove unlock_kernel() left accidentallyJ. R. Okajima2009-06-171-9/+3
| * | | ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-06-171-5/+8
| * | | ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds2009-06-171-5/+8
* | | | AFS: Correctly translate auth error aborts and don't failover in such casesDavid Howells2009-06-162-0/+18
* | | | Merge branch 'akpm'Linus Torvalds2009-06-1610-62/+197
|\ \ \ \
| * | | | CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCKTomas Szepe2009-06-161-7/+7
| * | | | remove put_cpu_no_resched()Thomas Gleixner2009-06-161-3/+3
| * | | | poll: avoid extra wakeups in select/pollEric Dumazet2009-06-161-4/+36
| * | | | ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2009-06-162-2/+4
| * | | | writeback: skip new or to-be-freed inodesWu Fengguang2009-06-161-3/+3
| * | | | mm: remove __invalidate_mapping_pages variantMike Waychison2009-06-161-1/+1
| * | | | oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-3/+16
| * | | | mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-162-6/+0
| * | | | proc: export more page flags in /proc/kpageflagsWu Fengguang2009-06-161-32/+120
| * | | | proc: kpagecount/kpageflags code cleanupWu Fengguang2009-06-161-6/+11
| * | | | mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-161-0/+1
| |/ / /
* | | | send_sigio_to_task: sanitize the usage of fown->signumOleg Nesterov2009-06-161-5/+11
* | | | shift current_cred() from __f_setown() to f_modown()Oleg Nesterov2009-06-161-7/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-167-125/+151
|\ \ \ \