MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
[safe/jmp/linux-2.6] / fs /
2009-06-17 Andy Adamsonnfs41: sequence operation
2009-06-17 Andy Adamsonnfs41: enable nfs_client only nfs4_async_handle_error
2009-06-17 Andy Adamsonnfs41: destroy_session operation
2009-06-17 Andy Adamsonnfs41: use session attributes for rsize and wsize
2009-06-17 Andy Adamsonnfs41: verify session channel attribues
2009-06-17 Andy Adamsonnfs41: create_session operation
2009-06-17 Andy Adamsonnfs41: get_lease_time
2009-06-17 Benny Halevynfs41: exchange_id operation
2009-06-17 Andy Adamsonnfs41 delegreturn sequence setup done support
2009-06-17 Andy Adamsonnfs41 commit sequence setup done support
2009-06-17 Andy Adamsonnfs41 write sequence setup done support
2009-06-17 Andy Adamsonnfs41: read sequence setup/done support
2009-06-17 Andy Adamsonnfs41: unlink sequence setup/done support
2009-06-17 Andy Adamsonnfs41: locku sequence setup/done support
2009-06-17 Andy Adamsonnfs41: lock sequence setup/done support
2009-06-17 Andy Adamsonnfs41: open sequence setup/done support
2009-06-17 Andy Adamsonnfs41: close sequence setup/done support
2009-06-17 Andy Adamsonnfs41: nfs41_call_sync_done
2009-06-17 Andy Adamsonnfs41: nfs41_sequence_done
2009-06-17 Andy Adamsonnfs41: nfs41_sequence_free_slot
2009-06-17 Andy Adamsonnfs41: free slot
2009-06-17 Andy Adamsonnfs41: setup_sequence method
2009-06-17 Benny Halevynfs41: find slot
2009-06-17 Andy Adamsonnfs41: nfs4_setup_sequence
2009-06-17 Andy Adamsonnfs41: xdr {encode,decode}_sequence
2009-06-17 Benny Halevynfs41: encode minorversion in compound header
2009-06-17 Benny HalevyNFS: use dynamically computed compound_hdr.replen for...
2009-06-17 Benny HalevyNFS: update hdr->replen for every encode op
2009-06-17 Benny HalevyNFS: define and initialize compound_hdr.replen
2009-06-17 Benny HalevyNFS: use decode_change_info_maxsz for xdr maxsz calcula...
2009-06-17 Andy Adamsonnfs41: set up seq_res.sr_slotid
2009-06-17 Benny Halevynfs41: nfs41: pass *session in seq_args and seq_res
2009-06-17 Andy Adamsonnfs41: introduce nfs4_call_sync
2009-06-17 Benny Halevynfs41: use nfs4_fs_locations_res
2009-06-17 Benny Halevynfs41: use nfs4_setaclres
2009-06-17 Benny HalevyNFS: get rid of unused xdr decode_setattr(, res) argument
2009-06-17 Benny Halevynfs41: use nfs4_getaclres
2009-06-17 Benny Halevynfs41: use nfs4_pathconf_res
2009-06-17 Benny Halevynfs41: use nfs4_fsinfo_res
2009-06-17 Benny Halevynfs41: use nfs4_statfs_res
2009-06-17 Benny Halevynfs41: use nfs4_readlink_res
2009-06-17 Benny Halevynfs41: use nfs4_server_caps_arg
2009-06-17 Andy Adamsonnfs41: sessions client infrastructure
2009-06-17 Benny Halevynfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTON...
2009-06-17 Benny Halevynfs41: Use mount minorversion option
2009-06-17 Benny Halevynfs41: nfs_client.cl_minorversion
2009-06-17 Mike Sagernfs41: add mount command option minorversion
2009-06-17 Ricardo Labiaganfs41: Add Kconfig symbols for NFSv4.1
2009-06-17 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-06-17 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-06-17 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2009-06-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-17 David DaneyHugetlbfs: Enable hugetlbfs for more systems in Kconfig.
2009-06-17 Al Viroget rid of BKL in fs/sysv
2009-06-17 Al Viroget rid of BKL in fs/minix
2009-06-17 Al Viroget rid of BKL in fs/efs
2009-06-17 Al Virobefs ->pust_super() doesn't need BKL
2009-06-17 Al ViroCleanup of adfs headers
2009-06-17 Al Viro9P doesn't need BKL in ->umount_begin()
2009-06-17 Al Virofuse doesn't need BKL in ->umount_begin()
2009-06-17 Al ViroNo instance of ->bmap() needs BKL
2009-06-17 J. R. Okajimaremove unlock_kernel() left accidentally
2009-06-17 Theodore Ts'oext4: avoid unnecessary spinlock in critical POSIX...
2009-06-17 Linus Torvaldsext3: avoid unnecessary spinlock in critical POSIX...
2009-06-17 David HowellsAFS: Correctly translate auth error aborts and don...
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 Tomas SzepeCONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK
2009-06-17 Thomas Gleixnerremove put_cpu_no_resched()
2009-06-17 Eric Dumazetpoll: avoid extra wakeups in select/poll
2009-06-17 Robert P. J. Dayntfs: use is_power_of_2() function for clarity.
2009-06-17 Wu Fengguangwriteback: skip new or to-be-freed inodes
2009-06-17 Mike Waychisonmm: remove __invalidate_mapping_pages variant
2009-06-17 David Rientjesoom: move oom_adj value from task_struct to mm_struct
2009-06-17 KOSAKI Motohiromm: remove CONFIG_UNEVICTABLE_LRU config option
2009-06-17 Wu Fengguangproc: export more page flags in /proc/kpageflags
2009-06-17 Wu Fengguangproc: kpagecount/kpageflags code cleanup
2009-06-17 Wu Fengguangmm: introduce PageHuge() for testing huge/gigantic...
2009-06-17 Andy Adamsonnfsd41: sanity check client drc maxreqs
2009-06-16 Oleg Nesterovsend_sigio_to_task: sanitize the usage of fown->signum
2009-06-16 Oleg Nesterovshift current_cred() from __f_setown() to f_modown()
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-06-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-16 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-06-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-06-16 Dave Kleikampjfs: fix regression preventing coalescing of extents
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2009-06-16 Alexandros Batsakisnfsd41: move channel attributes from nfsd4_session...
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-16 Jens Axboeubifs: register backing_dev_info
2009-06-16 Jens Axboebtrfs: properly register fs backing device
2009-06-16 Alan SternNLS: update handling of Unicode
2009-06-16 Clemens Ladischnls: utf8_wcstombs: fix buffer overflow
2009-06-16 Clemens Ladischnls: utf8_wcstombs: use correct buffer size in error...
2009-06-16 Robin Getzdebugfs: use specified mode to possibly mark files...
2009-06-16 Jonathan Corbetdebugfs: fix docbook error
2009-06-16 Steven Rostedtdebugfs: dont stop on first failed recursive delete
2009-06-16 Armin KusterSysfs: fix possible memleak in sysfs_follow_link
2009-06-16 Yu ZhiguoNFS: kill off complicated macro 'PROC'
next