aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang1-1/+1
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang1-5/+6
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott1-1/+1
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder1-4/+3
2012-03-21ext4: remove useless s_dirt assignmentArtem Bityutskiy1-1/+0
2012-03-21ext4: write superblock only once on unmountArtem Bityutskiy1-4/+3
2012-03-21ext4: do not mark superblock as dirty unnecessarilyArtem Bityutskiy1-3/+1
2012-03-21ext4: correct ext4_punch_hole return codesAllison Henderson1-3/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+23
2012-03-21ext4: remove restrictive checks for EOFBLOCKS_FLLukas Czerner2-9/+10
2012-03-21ext4: always set then trimmed blocks count into lenLukas Czerner1-1/+1
2012-03-21ext4: fix trimmed block count accuntingLukas Czerner1-1/+1
2012-03-21ext4: fix start and len arguments handling in ext4_trim_fs()Lukas Czerner1-27/+30
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-245/+804
2012-03-21hugetlbfs: return error code when initializing moduleHillf Danton1-2/+3
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-5/+9
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes1-1/+5
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson1-0/+19
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar4-61/+239
2012-03-21pagemap: introduce data structure for pagemap entryNaoya Horiguchi1-31/+38
2012-03-21pagemap: export KPF_THPNaoya Horiguchi1-0/+2
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi1-48/+25
2012-03-21pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi1-4/+48
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong1-4/+11
2012-03-21seq_file: fix mishandling of consecutive pread() invocations.Earl Chew1-13/+15
2012-03-21fs/namei.c: fix warnings on 32-bitAndrew Morton1-0/+6
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds4-5/+25
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds144-881/+5012
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds6-0/+7
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+4
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton1-5/+5
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton2-2/+6
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds53-320/+317
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky4-17/+15
2012-03-21CIFS: Prepare credits code for a slot reservationPavel Shilovsky2-10/+26
2012-03-21CIFS: Make wait_for_free_request killablePavel Shilovsky1-1/+6
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky6-44/+60
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky5-33/+52
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the nextJeff Layton1-1/+2
2012-03-21NFS: fix sb->s_id in nfs debug printsVivek Trivedi1-1/+1
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland1-1/+1
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare3-0/+145
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker4-22/+24