summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-253-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-05-257-54/+65
|\
| * GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse2010-05-241-0/+7
| * GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse2010-05-211-0/+4
| * GFS2: Rework reclaiming unlinked dinodesBob Peterson2010-05-215-54/+54
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-05-2526-513/+1566
|\ \
| * \ Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder2010-05-2426-513/+1566
| |\ \
| | * | xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-246-11/+74
| | * | xfs: enable background pushing of the CILDave Chinner2010-05-242-4/+70
| | * | xfs: forced unmounts need to push the CILDave Chinner2010-05-241-0/+15
| | * | xfs: Introduce delayed logging core codeDave Chinner2010-05-2411-30/+912
| | * | xfs: Improve scalability of busy extent trackingDave Chinner2010-05-2411-322/+350
| | * | xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-244-3/+12
| | * | xfs: clean up log ticket overrun debug outputDave Chinner2010-05-242-15/+6
| | * | xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-247-70/+70
| | * | xfs: modify buffer item reference countingDave Chinner2010-05-241-60/+50
| | * | xfs: allow log ticket allocation to take allocation flagsDave Chinner2010-05-241-8/+8
| | * | xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner2010-05-241-0/+9
* | | | smbfs: remove duplicated #includeHuang Weiyi2010-05-251-1/+0
* | | | fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko2010-05-251-9/+9
* | | | fatfs: ratelimit corruption reportOGAWA Hirofumi2010-05-254-18/+31
* | | | ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-251-15/+4
* | | | ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-251-7/+2
* | | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-253-6/+6
* | | | fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy2010-05-251-2/+2
* | | | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-1/+6
* | | | pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi2010-05-251-0/+4
|/ / /
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-2414-69/+100
|\ \ \
| * | | autofs4: Pushdown the bkl from ioctlFrederic Weisbecker2010-05-221-4/+18
| * | | ncpfs: BKL ioctl pushdownJohn Kacur2010-05-173-13/+18
| * | | coda: Clean-up whitespace problems in pioctl.cJohn Kacur2010-05-171-18/+17
| * | | coda: BKL ioctl pushdownJohn Kacur2010-05-171-17/+24
| * | | smbfs: Push down BKL into ioctl functionArnd Bergmann2010-05-174-7/+9
| * | | coda/psdev: Remove BKL from ioctl functionArnd Bergmann2010-05-171-3/+2
| * | | hfsplus: Push down BKL into ioctl functionArnd Bergmann2010-05-174-7/+12
* | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-05-242-1/+31
|\ \ \ \
| * | | | exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter2010-05-171-1/+1
| * | | | exofs: Add default address_space_operationsBoaz Harrosh2010-05-171-0/+30
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-05-244-25/+32
|\ \ \ \
| * | | | fat: convert to unlocked_ioctlArnd Bergmann2010-05-173-10/+24
| * | | | fat: Cleanup nls_unload() usageOGAWA Hirofumi2010-03-161-4/+2
| * | | | fat: use pack_hex_byte() instead of custom oneAndy Shevchenko2010-03-161-11/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-05-245-30/+153
|\ \ \ \ \
| * | | | | 9p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri2010-05-221-12/+6
| * | | | | 9p: cleanup: remove unneeded assignmentDan Carpenter2010-05-221-2/+0
| * | | | | 9p: Add mksock supportVenkateswararao Jujjuri2010-05-221-0/+2
| * | | | | fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V2010-05-221-3/+4
| * | | | | 9p: add 9P2000.L rename operationSripathi Kodi2010-05-211-0/+7
| * | | | | 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-1/+38
| * | | | | 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-215-13/+97