summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+17Star
| * 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/+2Star
| * 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-151-4/+2Star
| * | fat: use pack_hex_byte() instead of custom oneAndy Shevchenko2010-03-151-11/+6Star
* | | 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/+6Star
| * | | 9p: cleanup: remove unneeded assignmentDan Carpenter2010-05-221-2/+0Star
| * | | 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
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-2430-759/+876
|\ \ \ \
| * | | | ceph: reuse mon subscribe message instead of allocated anewSage Weil2010-05-222-10/+14
| * | | | ceph: avoid resending queued message to monitorSage Weil2010-05-221-0/+2
| * | | | ceph: Storage class should be before const qualifierTobias Klauser2010-05-223-6/+6
| * | | | ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-188-30/+32
| * | | | ceph: specify max_bytes on readdir repliesSage Weil2010-05-184-1/+14
| * | | | ceph: cleanup pool op stringsSage Weil2010-05-181-19/+12Star
| * | | | ceph: Use kzallocJulia Lawall2010-05-181-2/+1Star
| * | | | ceph: use common helper for aborted dir request invalidationSage Weil2010-05-183-31/+27Star
| * | | | ceph: cope with out of order (unsafe after safe) mds replySage Weil2010-05-181-0/+6
| * | | | ceph: save peer feature bits in connection structureSage Weil2010-05-182-0/+2
| * | | | ceph: resync headers with userlandSage Weil2010-05-186-22/+91
| * | | | ceph: use ceph. prefix for virtual xattrsSage Weil2010-05-181-10/+11
| * | | | ceph: throw out dirty caps metadata, data on session teardownSage Weil2010-05-181-3/+41
| * | | | ceph: attempt mds reconnect if mds closes our sessionSage Weil2010-05-181-2/+3
| * | | | ceph: clean up send_mds_reconnect interfaceSage Weil2010-05-181-31/+16Star
| * | | | ceph: wait for mds OPEN reply to indicate reconnect successSage Weil2010-05-181-15/+13Star
| * | | | ceph: only send cap releases when mds is OPEN|HUNGSage Weil2010-05-181-1/+3
| * | | | ceph: dicard cap releases on mds restartSage Weil2010-05-181-0/+41
| * | | | ceph: make mon client statfs handling more genericYehuda Sadeh2010-05-183-52/+58
| * | | | ceph: drop src address(es) from message header [new protocol feature]Sage Weil2010-05-183-11/+36
| * | | | ceph: cleanup: remove unused assignementDan Carpenter2010-05-181-2/+1Star
| * | | | ceph: clean up cap release loop vs spinlockSage Weil2010-05-181-4/+3Star