summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-09-28ext4: ext4_inode_info dietDmitry Monakhov
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris
2012-09-27trivial select_parent documentation fixJ. Bruce Fields
2012-09-27ext4: convert to use leXX_add_cpu()Wei Yongjun
2012-09-27ext4: ext4_bread usage auditCarlos Maiolino
2012-09-27ext4: remove redundant offset check in mext_check_arguments()Wang Sheng-Hui
2012-09-26ext4: don't clear orphan list on ro mount with errorsEric Sandeen
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky
2012-09-26jbd2: fix assertion failure in commit code due to lacking transaction creditsJan Kara
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky
2012-09-26ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl failsDjalal Harouni
2012-09-26ext4: enable FITRIM ioctl on bigalloc file systemLukas Czerner
2012-09-26coredump: prevent double-free on an error path in core dumperDenys Vlasenko
2012-09-26fcntl: fix misannotationsAl Viro
2012-09-26ceph: don't abuse d_delete() on failure exitsAl Viro
2012-09-26vfs: delete surplus inode NULL checkAlan Cox
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26ext4: fix fdatasync() for files with only i_size changesJan Kara
2012-09-26ext4: always set i_op in ext4_mknod()Bernd Schubert
2012-09-26switch o2hb_region_dev_write() to fget_light()Al Viro
2012-09-26proc_map_files_readdir(): don't bother with grabbing filesAl Viro
2012-09-26make get_file() return its argumentAl Viro
2012-09-26switch xfs_find_handle() to fget_light()Al Viro
2012-09-26switch xfs_swapext() to fget_light()Al Viro
2012-09-26switch coda get_device_index() to fget_light()Al Viro
2012-09-26switch btrfs_ioctl_clone() to fget_light()Al Viro
2012-09-26switch timerfd_[sg]ettime(2) to fget_light()Al Viro
2012-09-26switch epoll_wait(2) to fget_light()Al Viro
2012-09-26switch btrfs_ioctl_snap_create_transid() to fget_light()Al Viro
2012-09-26switch EXT4_IOC_MOVE_EXT to fget_light()Al Viro
2012-09-26export fget_lightAl Viro
2012-09-26ext4: close struct file leak on EXT4_IOC_MOVE_EXTAl Viro
2012-09-26switch fchmod(2) to fget_light()Al Viro
2012-09-26switch fallocate(2) to fget_light()Al Viro
2012-09-26switch ftruncate(2) to fget_lightAl Viro
2012-09-26namei.c: fix BS commentAl Viro
2012-09-26don't leak O_CLOEXEC into ->f_flagsAl Viro
2012-09-26procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2Cyrill Gorcunov
2012-09-26procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov
2012-09-26new helper: daemonize_descriptors()Al Viro
2012-09-26do_coredump(): make sure that descriptor table isn't sharedAl Viro
2012-09-26new helper: iterate_fd()Al Viro
2012-09-26make expand_files() and alloc_fd() staticAl Viro
2012-09-26take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro
2012-09-26new helper: replace_fd()Al Viro
2012-09-26take purely descriptor-related stuff from fcntl.c to file.cAl Viro