aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds15-17/+16
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+5
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds12-71/+38
2012-12-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-954/+787
2012-12-12Merge tag 'for-linus-v3.8-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds69-2308/+3737
2012-12-12Merge tag 'dlm-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds5-14/+47
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds4-14/+17
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds11-78/+82
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini4-9/+9
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-2/+2
2012-12-11mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-13/+50
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon5-15/+8
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-25/+39
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+2
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky3-31/+65
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton1-7/+88
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton2-27/+12
2012-12-11cifs: clean up handling of unc= optionJeff Layton1-27/+12
2012-12-11cifs: fix SID binary to string conversionJeff Layton2-9/+24
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar1-0/+78
2012-12-09fix "disabling echoes and oplocks" on SMB2 mountsSteve French1-1/+2
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French5-5/+86
2012-12-08cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton1-3/+12
2012-12-08cifs: fix hardcoded default security descriptor lengthJeff Layton2-4/+9
2012-12-08cifs: extra sanity checking for cifs.idmap keysJeff Layton1-2/+18
2012-12-08cifs: avoid extra allocation for small cifs.idmap keysJeff Layton1-4/+19
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton4-466/+99
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds1-1/+17
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar2-80/+2
2012-12-07CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky1-1/+1
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky2-10/+19
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers2-2/+2
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton1-24/+18
2012-12-05cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUGJoe Perches2-3/+10
2012-12-05cifs: Make CIFS_DEBUG possible to undefineJoe Perches1-23/+41
2012-12-05SMB3 mounts fail with access denied to some serversSteve French1-1/+1
2012-12-05cifs: Remove unused cEVENT macroJoe Perches1-7/+0
2012-12-05cifs: always zero out smb_vol before parsing optionsJeff Layton1-3/+4
2012-12-05cifs: remove unneeded address argument from cifs_find_tcp_session and match_serverJeff Layton1-14/+11
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French1-9/+4
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton4-76/+36
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton1-0/+10
2012-12-05cifs: Add handling of blank password optionJesper Nilsson1-0/+1
2012-12-05Add SMB2.02 dialect supportSteve French3-0/+23
2012-12-05CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky1-3/+5
2012-12-05CIFS: Implement cifs_relock_filePavel Shilovsky1-3/+23
2012-12-05CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky2-41/+10