]> Git Repo - linux.git/history - fs
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
[linux.git] / fs /
2012-09-27 Al Viroautofs4: don't open-code fd_install()
2012-09-27 Al Viromake get_unused_fd_flags() a function
2012-09-27 Al ViroMerge remote branch 'origin' into for-next
2012-09-26 Carlos Maiolinoxfs: Make inode32 a remountable option
2012-09-26 Carlos Maiolinoxfs: add inode64->inode32 transition into xfs_set_inode32()
2012-09-26 Carlos Maiolinoxfs: Fix mp->m_maxagi update during inode64 remount
2012-09-26 Carlos Maiolinoxfs: reduce code duplication handling inode32/64 options
2012-09-26 Carlos Maiolinoxfs: make inode64 as the default allocation mode
2012-09-26 Carlos Maiolinoxfs: Fix m_agirotor reset during AG selection
2012-09-26 Carlos MaiolinoMake inode64 a remountable option
2012-09-26 Jeff Laytoncifs: change DOS/NT/POSIX mapping of ERRnoresource
2012-09-25 Jaeden Amerocompat_ioctl: Avoid using undefined RS-485 IOCTLs
2012-09-25 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-09-25 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2012-09-25 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/core/rcu' into next...
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/smp/hotplug' into...
2012-09-25 Mark BrownMerge tag 'v3.6-rc6' into spi-mxs
2012-09-25 Mark BrownMerge tag 'v3.6-rc6' into spi-drivers
2012-09-25 Ingo MolnarMerge tag 'v3.6-rc7' into core/rcu
2012-09-25 Jeff Laytoncifs: remove support for deprecated "forcedirectio...
2012-09-25 Jeff Laytoncifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl
2012-09-25 Pavel ShilovskyCIFS: Fix possible memory leaks in SMB2 code
2012-09-25 Pavel ShilovskyCIFS: Fix endian conversion of IndexNumber
2012-09-25 Steve FrenchTrivial endian fixes
2012-09-25 Steve FrenchMARK SMB2 support EXPERIMENTAL
2012-09-25 Steve FrenchUpdate cifs version number
2012-09-25 Jeff Laytoncifs: add FL_CLOSE to fl_flags mask in cifs_read_flock
2012-09-25 Sachin Prabhucifs: Mangle string used for unc in /proc/mounts
2012-09-25 Jeff Laytoncifs: cleanups for cifs_mkdir_qinfo
2012-09-25 Pavel ShilovskyCIFS: Fix fast lease break after open problem
2012-09-25 Pavel ShilovskyCIFS: Add SMB2.1 lease break support
2012-09-25 Pavel ShilovskyCIFS: Fix cache coherency for read oplock case
2012-09-25 Pavel ShilovskyCIFS: Request SMB2.1 leases
2012-09-25 Pavel ShilovskyCIFS: Check for mandatory brlocks on read/write
2012-09-25 Pavel ShilovskyCIFS: Turn lock mutex into rw semaphore
2012-09-25 Pavel ShilovskyCIFS: Use brlock cache for SMB2
2012-09-25 Pavel ShilovskyCIFS: Add brlock support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Handle SMB2 lock flags
2012-09-25 Pavel ShilovskyCIFS: Move brlock code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Remove spinlock dependence in brlock processing
2012-09-25 Pavel ShilovskyCIFS: Add NTLMSSP sec type to defaults
2012-09-25 Jeff Laytoncifs: remove kmap lock and rsize limit
2012-09-25 Jeff Laytoncifs: replace kvec array in readdata with a single...
2012-09-25 Jeff Laytoncifs: convert async read code to use pages array withou...
2012-09-25 Jeff Laytoncifs: turn the pages list in cifs_readdata into an...
2012-09-25 Jeff Laytoncifs: allocate kvec array for cifs_readdata as a separa...
2012-09-25 Jeff Laytoncifs: add deprecation warning to sockopt=TCP_NODELAY...
2012-09-25 Jeff Laytoncifs: remove the kmap size limit from wsize
2012-09-25 Jeff Laytoncifs: convert async write code to pass in data via...
2012-09-25 Jeff Laytoncifs: change cifs_call_async to use smb_rqst structs
2012-09-25 Jeff Laytoncifs: teach signing routines how to deal with arrays...
2012-09-25 Jeff Laytoncifs: teach smb_send_rqst how to handle arrays of pages
2012-09-25 Jeff Laytoncifs: cork the socket before a send and uncork it afterward
2012-09-25 Jeff Laytoncifs: convert send code to use smb_rqst structs
2012-09-25 Jeff Laytoncifs: change smb2 signing routines to use smb_rqst...
2012-09-25 Jeff Laytoncifs: change signing routines to deal with smb_rqst...
2012-09-25 Pavel ShilovskyCIFS: Add statfs support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move statfs to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add oplock break support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move oplock break to ops struct
2012-09-25 Pavel ShilovskyCIFS: Process oplocks for SMB2
2012-09-25 Pavel ShilovskyCIFS: Add readdir support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move readdir code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add set_file_info support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move set_file_info to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for set_file_size
2012-09-25 Pavel ShilovskyCIFS: Move set_file_size to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for hardlink operation
2012-09-25 Steve FrenchCIFS: Move hardlink to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for rename operation
2012-09-25 Pavel ShilovskyCIFS: Move rename to ops struct
2012-09-25 Pavel ShilovskyCIFS: Enable signing in SMB2
2012-09-25 Pavel ShilovskyCIFS: Add writepage support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move writepage to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add readpage support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move readpage code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for cifs_iovec_write
2012-09-25 Pavel ShilovskyCIFS: Move async write to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for cifs_iovec_read
2012-09-25 Pavel ShilovskyCIFS: Move async read to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 r/wsize negotiating
2012-09-25 Pavel ShilovskyCIFS: Move r/wsize negotiating to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for flush
2012-09-25 Pavel ShilovskyCIFS: Make flush code use ops struct
2012-09-25 Pavel ShilovskyCIFS: Move reopen code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move create code use ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for query_file_info
2012-09-25 Pavel ShilovskyCIFS: Move guery file info code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add open/close file support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move close code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move open code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Replace netfid with cifs_fid struct in cifsFileInfo
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for unlink
2012-09-25 Pavel ShilovskyCIFS: Move unlink code to ops struct
2012-09-24 Linus TorvaldsMerge tag 'vfio-for-linus' of git://github.com/awilliam...
2012-09-24 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc7-tag' of git://git...
2012-09-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-09-24 Bjorn HelgaasMerge branch 'pci/jiang-acpiphp' into next
2012-09-24 Bjorn HelgaasMerge branch 'pci/taku-acpi-pci-host-bridge-v3' into...
next
This page took 0.297676 seconds and 7 git commands to generate.