summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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/greg...Linus Torvalds2-25/+39
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-11ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o3-7/+18
2012-12-10ext4: ensure Inode flags consistency are checked at build timeCarlos Maiolino2-16/+14
2012-12-10ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma9-275/+4
2012-12-10ext4: remove unused variable from ext4_ext_in_cache()Zhi Yong Wu1-2/+0
2012-12-10ext4: remove redundant initialization in ext4_fill_super()Guo Chao1-1/+0
2012-12-10ext4: remove redundant code in ext4_alloc_inode()Guo Chao1-1/+0
2012-12-10ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao1-5/+1
2012-12-10ext4: enable ext4 inline supportTao Ma2-1/+6
2012-12-10ext4: let fallocate handle inline data correctlyTao Ma3-0/+48
2012-12-10ext4: let ext4_truncate handle inline data correctlyTao Ma3-0/+107
2012-12-10ext4: evict inline data out if we need to strore xattr in inodeTao Ma3-12/+99
2012-12-10ext4: let fiemap work with inline dataTao Ma3-0/+54
2012-12-10ext4: let ext4_rename handle inline dirTao Ma3-35/+100
2012-12-10ext4: let empty_dir handle inline dirTao Ma3-0/+104
2012-12-10ext4: let ext4_delete_entry() handle inline dataTao Ma3-0/+76
2012-12-10ext4: make ext4_delete_entry genericTao Ma2-26/+53
2012-12-10ext4: let ext4_find_entry handle inline dataTao Ma3-1/+70
2012-12-10ext4: create a new function search_dirTao Ma2-7/+26
2012-12-10ext4: let ext4_readdir handle inline dataTao Ma4-13/+169
2012-12-10ext4: let add_dir_entry handle inline data properlyTao Ma4-10/+430
2012-12-10ext4: create __ext4_insert_dentry for dir entry insertionTao Ma2-40/+80
2012-12-10ext4: refactor __ext4_check_dir_entry() to accept start and sizeTao Ma3-15/+21
2012-12-10ext4: make ext4_init_dot_dotdot for inline dir usageTao Ma2-44/+75
2012-12-10ext4: add delalloc support for inline dataTao Ma4-9/+262
2012-12-10ext4: add journalled write support for inline dataTao Ma3-20/+85
2012-12-10ext4: add normal write support for inline dataTao Ma5-42/+340
2012-12-10ext4: add read support for inline dataTao Ma3-1/+98
2012-12-10ext4: add the basic function for inline data supportTao Ma5-3/+534
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