summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-09-27Merge remote branch 'origin' into for-nextAl Viro
2012-09-27ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-09-26xfs: Make inode32 a remountable optionCarlos Maiolino
2012-09-26xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino
2012-09-26xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino
2012-09-26xfs: make inode64 as the default allocation modeCarlos Maiolino
2012-09-26xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino
2012-09-26Make inode64 a remountable optionCarlos Maiolino
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton
2012-09-26ext4: reimplement uninit extent optimization for move_extent_per_page()Dmitry Monakhov
2012-09-26ext4: clean up online defrag bugs in move_extent_per_page()Dmitry Monakhov
2012-09-26ext4: online defrag is not supported for journaled filesDmitry Monakhov
2012-09-26ext4: move_extent code cleanupDmitry Monakhov
2012-09-26ext4: don't call update_backups() multiple times for the same bgTao Ma
2012-09-26ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero
2012-09-25cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton
2012-09-25cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2012-09-25CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky
2012-09-25CIFS: Fix endian conversion of IndexNumberPavel Shilovsky
2012-09-25Trivial endian fixesSteve French
2012-09-25MARK SMB2 support EXPERIMENTALSteve French
2012-09-25Update cifs version numberSteve French
2012-09-25cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton
2012-09-25cifs: Mangle string used for unc in /proc/mountsSachin Prabhu
2012-09-25cifs: cleanups for cifs_mkdir_qinfoJeff Layton
2012-09-25CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-25CIFS: Add SMB2.1 lease break supportPavel Shilovsky
2012-09-25CIFS: Fix cache coherency for read oplock casePavel Shilovsky
2012-09-25CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-25CIFS: Check for mandatory brlocks on read/writePavel Shilovsky
2012-09-25CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-25CIFS: Use brlock cache for SMB2Pavel Shilovsky
2012-09-25CIFS: Add brlock support for SMB2Pavel Shilovsky
2012-09-25CIFS: Handle SMB2 lock flagsPavel Shilovsky
2012-09-25CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-25CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-25CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky
2012-09-25cifs: remove kmap lock and rsize limitJeff Layton
2012-09-25cifs: replace kvec array in readdata with a single kvecJeff Layton
2012-09-25cifs: convert async read code to use pages array without kmappingJeff Layton
2012-09-25cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-25cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-25cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton
2012-09-25cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-25cifs: convert async write code to pass in data via rq_pages arrayJeff Layton
2012-09-25cifs: change cifs_call_async to use smb_rqst structsJeff Layton
2012-09-25cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton
2012-09-25cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton