summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust
2012-09-26ext4: online defrag is not supported for journaled filesDmitry Monakhov
2012-09-26ext4: move_extent code cleanupDmitry Monakhov
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka
2012-09-26ext4: don't call update_backups() multiple times for the same bgTao Ma
2012-09-25ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero
2012-09-25nfsd4: fix bind_conn_to_session xdr commentJ. Bruce Fields
2012-09-25NFS4: avoid underflow when converting error to pointer.NeilBrown
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2012-09-24CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky
2012-09-24CIFS: Fix endian conversion of IndexNumberPavel Shilovsky
2012-09-24Trivial endian fixesSteve French
2012-09-24MARK SMB2 support EXPERIMENTALSteve French
2012-09-24Update cifs version numberSteve French
2012-09-24cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky
2012-09-24CIFS: Fix cache coherency for read oplock casePavel Shilovsky
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky
2012-09-24CIFS: Handle SMB2 lock flagsPavel Shilovsky
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton